Fixed keepalive to ssh config

This commit is contained in:
2024-05-17 12:33:04 -06:00
parent 3b869dea45
commit ee531ca36b

View File

@@ -13,5 +13,5 @@ Host *
ControlMaster auto
HashKnownHosts yes
PreferredAuthentications publickey,keyboard-interactive,password
ClientAliveInterval 30
ClientAliveCountMax 3
ServerAliveInterval 30
ServerAliveCountMax 3