Skip to content

Commit f04e968

Browse files
committed
touch ~/.ssh/known_hosts
1 parent bbf071b commit f04e968

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/qiita-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ jobs:
173173
mkdir ~/.ssh/
174174
cp $PWD/qiita_ware/test/test_data/test_key* ~/.ssh/
175175
cat ~/.ssh/test_key.pub > ~/.ssh/authorized_keys
176+
touch ~/.ssh/known_hosts
176177
chmod 600 $PWD/qiita_ware/test/test_data/test_key*
177178
chmod 600 ~/.ssh/*
178179
chmod 700 ~/.ssh/

0 commit comments

Comments
 (0)