ssh multiplexing
This commit is contained in:
parent
49081248ae
commit
9ff8dce802
1 changed files with 3 additions and 0 deletions
|
@ -4,3 +4,6 @@ Host *
|
|||
GSSAPIAuthentication yes
|
||||
StrictHostKeyChecking yes
|
||||
GlobalKnownHostsFile /etc/ssh/ssh_known_hosts
|
||||
ControlMaster auto
|
||||
ControlPath ~/.ssh/multiplex-%C
|
||||
ControlPersist 5m
|
||||
|
|
Loading…
Reference in a new issue