Added keepalive to ssh config
This commit is contained in:
@@ -11,4 +11,7 @@ Host *
|
||||
ControlPath ~/.ssh/cm/%j-%r@%n:%p
|
||||
ControlPersist 30m
|
||||
ControlMaster auto
|
||||
HashKnownHosts yes
|
||||
PreferredAuthentications publickey,keyboard-interactive,password
|
||||
ClientAliveInterval 30
|
||||
ClientAliveCountMax 3
|
||||
|
||||
Reference in New Issue
Block a user