Difference between revisions of "Configure OpenSSH to reuse ssh connections"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
Follow the following instructions https://stackoverflow.com/questions/20410252/how-to-reuse-an-ssh-connection and how to use them in https://en.wikibooks.org/wiki/OpenSSH/Cookbook/Multiplexing <code>([[ControlMaster]])</code> | Follow the following instructions https://stackoverflow.com/questions/20410252/how-to-reuse-an-ssh-connection and how to use them in https://en.wikibooks.org/wiki/OpenSSH/Cookbook/Multiplexing <code>([[ControlMaster]])</code> | ||
− | + | [[ControlMaster]] | |
ControlPath | ControlPath | ||
ControlPersist | ControlPersist |
Revision as of 09:56, 23 September 2020
Configure ssh client (OpenSSH) to reuse connections:
Follow the following instructions https://stackoverflow.com/questions/20410252/how-to-reuse-an-ssh-connection and how to use them in https://en.wikibooks.org/wiki/OpenSSH/Cookbook/Multiplexing (ControlMaster)
ControlMaster ControlPath ControlPersist
Related terms
See also
sshd
,sshd logs
,sshd -t
,sshd -T
,sshd_config
,sftp
- OpenSSH (changelog):
/etc/ssh/sshd_config
|/etc/ssh/ssh_config
|~/.ssh/
|openSSL | sshd logs
|sftp
|scp
|authorized_keys
|ssh-keygen
|ssh-keyscan
|ssh-add
|ssh-agent
|ssh
|Ssh -O stop
|ssh-copy-id
|CheckHostIP
|UseKeychain
, OpenSSF
Advertising: