We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc7036f commit 521eda5Copy full SHA for 521eda5
.github/workflows/coverage.yml
@@ -33,7 +33,7 @@ jobs:
33
sleep 30
34
chmod 600 .test-key
35
mkdir /tmp/openssh-rs
36
- ssh -i .test-key -v -p 2222 -l test-user openssh -o StrictHostKeyChecking=accept-new -o UserKnownHostsFile=/tmp/openssh-rs/known_hosts whoami
+ ssh -i .test-key -v -p 2222 -l test-user localhost -o StrictHostKeyChecking=accept-new -o UserKnownHostsFile=/tmp/openssh-rs/known_hosts whoami
37
name: Test ssh connectivity
38
- run: |
39
eval $(ssh-agent)
0 commit comments