[test] tweak test_remote.sh config

This commit is contained in:
Timothy Stack 2021-06-01 23:17:09 -07:00
parent ed93eb71c0
commit 75a01d0f50
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ cat > remote/ssh_config <<EOF
Host *
Port 2222
IdentityFile ${PWD}/remote/id_rsa
StrictHostKeyChecking no
EOF
SSHD_PATH=$(which sshd)