Fix ssh connection error due to too many authentication failures (#7229)
This commit is contained in:
parent
c996c8ff49
commit
d357192025
|
@ -48,6 +48,7 @@ buildSshOptions() {
|
||||||
-o "StrictHostKeyChecking=no"
|
-o "StrictHostKeyChecking=no"
|
||||||
-o "UserKnownHostsFile=/dev/null"
|
-o "UserKnownHostsFile=/dev/null"
|
||||||
-o "User=solana"
|
-o "User=solana"
|
||||||
|
-o "IdentitiesOnly=yes"
|
||||||
-o "IdentityFile=$sshPrivateKey"
|
-o "IdentityFile=$sshPrivateKey"
|
||||||
-o "LogLevel=ERROR"
|
-o "LogLevel=ERROR"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue