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