diff --git a/crates/remote/src/ssh_session.rs b/crates/remote/src/ssh_session.rs index a72f19e1e4a29b57d021b6743f0baa827e1aa1fd..bd9cc47058b499297752f74f5e702d7c232aec9d 100644 --- a/crates/remote/src/ssh_session.rs +++ b/crates/remote/src/ssh_session.rs @@ -1434,7 +1434,7 @@ impl SshRemoteConnection { anyhow::ensure!( which::which("nc").is_ok(), - "Cannot find nc, which is required to connect over ssh." + "Cannot find `nc` command (netcat), which is required to connect over SSH." ); // Create an askpass script that communicates back to this process.