Difference between revisions of "Ssh -O stop"
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: | ||
− | + | ||
− | 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 |
− | </ | + | |
+ | [[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]
- Configure OpenSSH to reuse ssh connections
ssh -O check server.example.org
See also[edit]
- OpenSSH:
ssh
,ssh -O
,-i, -t
,-T, -N, -V
,/etc/ssh/ssh_config
,ssh --help
- SSH:
ssh
, TLS,.ppk, .pem, .crt, .pub
, ED25519, Key exchange method (KEX), public key, private key,ssh -Q kex
,IAMUserSSHKeys
,known_hosts
, ssh tunnel, Dropbear - SSH clients:
ssh (OpenSSH)
,putty
, MobaXterm,plink
,mosh
,paramiko
,conch
pssh
,sshpass
andautossh
,sftp, Termius
Advertising: