Merge pull request #229 from sgotti/runconfig_disable_password_authentication_in_clone_step

runconfig: disable password authentication in clone step
This commit is contained in:
Simone Gotti 2020-03-06 11:18:16 +01:00 committed by GitHub
commit bb96418f00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
)