First commit
This commit is contained in:
7
.ssh/config
Normal file
7
.ssh/config
Normal file
@ -0,0 +1,7 @@
|
||||
# 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
|
Reference in New Issue
Block a user