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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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"
)