Skip to content

Commit 521eda5

Browse files
committed
Try to fix step "Test ssh connectivity": ssh localhost instead of openssh
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
1 parent fc7036f commit 521eda5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
sleep 30
3434
chmod 600 .test-key
3535
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
36+
ssh -i .test-key -v -p 2222 -l test-user localhost -o StrictHostKeyChecking=accept-new -o UserKnownHostsFile=/tmp/openssh-rs/known_hosts whoami
3737
name: Test ssh connectivity
3838
- run: |
3939
eval $(ssh-agent)

0 commit comments

Comments
 (0)