8 lines
190 B
Text
8 lines
190 B
Text
# vim:sts=4:sw=4:ft=sshconfig
|
|
ControlPath ~/.ssh/%r@%h:%p.socket
|
|
ControlMaster auto
|
|
ServerAliveInterval 120
|
|
TCPKeepAlive yes
|
|
#HostKeyAlgorithms=+ssh-dss,ssh-rsa
|
|
EnableEscapeCommandline yes
|
|
|