[trigger] VerifyHostKeyDNS al'air d'échoué sur les clef ECDSA
et comme on a le fichier knownhost du system mis a jour automatiquement il ne sert a rien
This commit is contained in:
parent
96e05f94be
commit
b50bb20cbd
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
import subprocess
|
||||
|
||||
_options = ['PasswordAuthentication=no', 'ConnectTimeout=1', 'VerifyHostKeyDNS=yes',
|
||||
_options = ['PasswordAuthentication=no', 'ConnectTimeout=1', 'VerifyHostKeyDNS=no',
|
||||
'BatchMode=yes', 'ServerAliveInterval=5', 'ServerAliveCountMax=1']
|
||||
_args = ["ssh", "-4", "-i", "/etc/crans/secrets/trigger-generate" ]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue