ci: specify full path to certificate/key

This helped when troubleshooting issues running the `ci/test.sh` script
locally.
This commit is contained in:
Edward Thomson
2023-07-27 20:52:52 +01:00
parent 019cf6c24f
commit 3eb7ff2bf9

View File

@@ -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