Change remote node's ssh config to allow more login retries (#4215)

automerge
This commit is contained in:
Pankaj Garg 2019-05-08 11:20:06 -07:00 committed by Grimes
parent 1a2b131ceb
commit 5719b8f251
1 changed files with 4 additions and 0 deletions

View File

@ -9,3 +9,7 @@ sudo sysctl -w net.core.rmem_max=1610612736
sudo sysctl -w net.core.wmem_default=1610612736
sudo sysctl -w net.core.wmem_max=1610612736
echo "MaxAuthTries 60" | sudo tee -a /etc/ssh/sshd_config
sudo service sshd restart
sudo systemctl restart sshd