Skip to content

Commit 6d0ee2d

Browse files
committed
ssh dir
1 parent c10ed05 commit 6d0ee2d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/infra-testing.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
3535
- name: Setup client
3636
run: |
37-
sudo apt-get update && sudo apt-get install -y sshpass
37+
mkdir -p ~/.ssh
38+
chmod 700 ~/.ssh
3839
ssh-keyscan -H localhost >> ~/.ssh/known_hosts
3940
4041
- name: Deploy

0 commit comments

Comments
 (0)