diff --git a/crates/remote/src/transport/ssh.rs b/crates/remote/src/transport/ssh.rs
index e119e3a2ed..a1337c2d65 100644
--- a/crates/remote/src/transport/ssh.rs
+++ b/crates/remote/src/transport/ssh.rs
@@ -34,7 +34,7 @@ use util::{
pub(crate) struct SshRemoteConnection {
socket: SshSocket,
- master_process: Mutex