multiplex prevents backup server from sleeping
This commit is contained in:
parent
46b29ce4fb
commit
2712d212b6
1 changed files with 4 additions and 3 deletions
|
@ -4,6 +4,7 @@ Host *
|
||||||
GSSAPIAuthentication yes
|
GSSAPIAuthentication yes
|
||||||
StrictHostKeyChecking yes
|
StrictHostKeyChecking yes
|
||||||
GlobalKnownHostsFile /etc/ssh/ssh_known_hosts
|
GlobalKnownHostsFile /etc/ssh/ssh_known_hosts
|
||||||
ControlMaster auto
|
# fixme: prevents backup server from sleeping
|
||||||
ControlPath ~/.ssh/multiplex-%C
|
# ControlMaster auto
|
||||||
ControlPersist 5m
|
# ControlPath ~/.ssh/multiplex-%C
|
||||||
|
# ControlPersist 5m
|
||||||
|
|
Loading…
Reference in a new issue