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 ControlMaster auto
HashKnownHosts yes HashKnownHosts yes
PreferredAuthentications publickey,keyboard-interactive,password PreferredAuthentications publickey,keyboard-interactive,password
ClientAliveInterval 30 ServerAliveInterval 30
ClientAliveCountMax 3 ServerAliveCountMax 3