runconfig: disable password authentication in clone step

If for some reasons the ssh public key auth fails, avoid the clone step to block
during a git clone waiting for a password.
This commit is contained in:
Simone Gotti 2020-03-05 16:01:10 +01:00
parent 92e509cb3e
commit e20abf053c
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ Host $AGOLA_GIT_HOST
HostName $AGOLA_GIT_HOST
Port $AGOLA_GIT_PORT
StrictHostKeyChecking ${STRICT_HOST_KEY_CHECKING}
PasswordAuthentication no
EOF
)