Difference between revisions of "Ssh (OpenSSH client)"
Jump to navigation
Jump to search
(To stop an specific multiplexed session:) |
|||
Line 17: | Line 17: | ||
</pre> | </pre> | ||
+ | To stop an specific multiplexed session: | ||
<pre>ssh -O stop [email protected]</pre> | <pre>ssh -O stop [email protected]</pre> | ||
[[Category:Networking]] | [[Category:Networking]] | ||
[[Category:Linux]] | [[Category:Linux]] |
Revision as of 12:18, 8 December 2019
ssh
[1] is the OpenSSH ssh client for logging or executing commands into remote devices/machines
Usage
ssh REMOTE_USERNAME@REMOTE_SERVER_NAME_OR_IP
ssh -vvv REMOTE_USERNAME@REMOTE_SERVER_NAME_OR_IP
(-v
increase verbosity, maximum 3)
Multiplexing options
ssh -O check server.example.org or ssh -O check [email protected] Master running (pid=26289)
ssh -O check [email protected] Control socket connect(/path/): No such file or directory
To stop an specific multiplexed session:
ssh -O stop [email protected]
Advertising: