Difference between revisions of "Ssh -O stop"

From wikieduonline
Jump to navigation Jump to search
(Created page with "<pre> ssh -O stop SERVER_NAME Control socket connect(~/.ssh/sockets/[email protected]): No such file or directory </pre>")
 
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
<pre>
+
 
ssh -O stop SERVER_NAME
+
[[ssh (OpenSSH client)|ssh]] -O stop SERVER_NAME
Control socket connect(~/.ssh/sockets/[email protected]): No such file or directory
+
Control socket connect(~/.ssh/sockets/[email protected]): No such file or directory
</pre>
+
 
 +
[[ssh (OpenSSH client)|ssh]] -O stop username@SERVER_NAME
 +
Stop listening request sent.
 +
 
 +
Avoid using Multiplexing for a connections:
 +
* <code>ssh -o "ControlMaster=no" server.example.org</code>
 +
 
 +
 
 +
ssh -O ctl_cmd
 +
 
 +
 
 +
ssh -O stop
 +
usage: ssh [-46AaCfGgKkMNnqsTtVvXxYy] [-B bind_interface]
 +
          [-b bind_address] [-c cipher_spec] [-D [bind_address:]port]
 +
          [-E log_file] [-e escape_char] [-F configfile] [-I pkcs11]
 +
          [-i identity_file] [-J [user@]host[:port]] [-L address]
 +
          [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]
 +
          [-Q query_option] [-R address] [-S ctl_path] [-W host:port]
 +
          [-w local_tun[:remote_tun]] destination [command]
 +
 
 +
== Related terms ==
 +
* [[Configure OpenSSH to reuse ssh connections]]
 +
* <code>ssh -O check server.example.org</code>
 +
 
 +
== See also ==
 +
* {{ssh (openSSH)}}
 +
* {{ssh}}
 +
* {{ssh clients}}
 +
 
 +
[[Category:ssh]]

Latest revision as of 08:32, 31 August 2021

ssh -O stop SERVER_NAME
Control socket connect(~/.ssh/sockets/[email protected]): No such file or directory
ssh -O stop username@SERVER_NAME
Stop listening request sent.
Avoid using Multiplexing for a connections:
* ssh -o "ControlMaster=no" server.example.org


ssh -O ctl_cmd


ssh -O stop
usage: ssh [-46AaCfGgKkMNnqsTtVvXxYy] [-B bind_interface]
          [-b bind_address] [-c cipher_spec] [-D [bind_address:]port]
          [-E log_file] [-e escape_char] [-F configfile] [-I pkcs11]
          [-i identity_file] [-J [user@]host[:port]] [-L address]
          [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]
          [-Q query_option] [-R address] [-S ctl_path] [-W host:port]
          [-w local_tun[:remote_tun]] destination [command]

Related terms[edit]

See also[edit]

Advertising: