7 lines
187 B
Plaintext
7 lines
187 B
Plaintext
# ssh (secure shell) configuration file
|
|
# http://www.linuxmanpages.com/man5/ssh_config.5.php
|
|
Host *
|
|
UseRoaming no
|
|
ControlMaster auto
|
|
ControlPath ~/.ssh/control-%h-%p-%r
|
|
ControlPersist 600 |