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:
commit
bb96418f00
|
@ -109,6 +109,7 @@ Host $AGOLA_GIT_HOST
|
||||||
HostName $AGOLA_GIT_HOST
|
HostName $AGOLA_GIT_HOST
|
||||||
Port $AGOLA_GIT_PORT
|
Port $AGOLA_GIT_PORT
|
||||||
StrictHostKeyChecking ${STRICT_HOST_KEY_CHECKING}
|
StrictHostKeyChecking ${STRICT_HOST_KEY_CHECKING}
|
||||||
|
PasswordAuthentication no
|
||||||
EOF
|
EOF
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue