Fix ssh connection error due to too many authentication failures (#7229)

This commit is contained in:
Pankaj Garg
2019-12-03 15:53:12 -08:00
committed by GitHub
parent c996c8ff49
commit d357192025

View File

@ -48,6 +48,7 @@ buildSshOptions() {
-o "StrictHostKeyChecking=no"
-o "UserKnownHostsFile=/dev/null"
-o "User=solana"
-o "IdentitiesOnly=yes"
-o "IdentityFile=$sshPrivateKey"
-o "LogLevel=ERROR"
)