Commit 3eb7ff2b by Edward Thomson

ci: specify full path to certificate/key

This helped when troubleshooting issues running the `ci/test.sh` script
locally.
parent 019cf6c2
...@@ -199,6 +199,8 @@ if [ -z "$SKIP_SSH_TESTS" ]; then ...@@ -199,6 +199,8 @@ if [ -z "$SKIP_SSH_TESTS" ]; then
PubkeyAuthentication yes PubkeyAuthentication yes
ChallengeResponseAuthentication no ChallengeResponseAuthentication no
StrictModes no StrictModes no
HostCertificate ${SSHD_DIR}/id_rsa.pub
HostKey ${SSHD_DIR}/id_rsa
# Required here as sshd will simply close connection otherwise # Required here as sshd will simply close connection otherwise
UsePAM no UsePAM no
EOF EOF
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment