From 3eb7ff2bf91d1d5f524b57685354a043dc46a2b7 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Thu, 27 Jul 2023 20:52:52 +0100 Subject: [PATCH] ci: specify full path to certificate/key This helped when troubleshooting issues running the `ci/test.sh` script locally. --- ci/test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/test.sh b/ci/test.sh index 9a24398ca..8c411b65f 100755 --- a/ci/test.sh +++ b/ci/test.sh @@ -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