mirror of
https://github.com/libgit2/libgit2.git
synced 2026-01-25 02:56:17 +00:00
ci: specify full path to certificate/key
This helped when troubleshooting issues running the `ci/test.sh` script locally.
This commit is contained in:
@@ -199,6 +199,8 @@ if [ -z "$SKIP_SSH_TESTS" ]; then
|
||||
PubkeyAuthentication yes
|
||||
ChallengeResponseAuthentication no
|
||||
StrictModes no
|
||||
HostCertificate ${SSHD_DIR}/id_rsa.pub
|
||||
HostKey ${SSHD_DIR}/id_rsa
|
||||
# Required here as sshd will simply close connection otherwise
|
||||
UsePAM no
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user