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 0343b9e commit 5168b98Copy full SHA for 5168b98
.github/workflows/qiita-ci.yml
@@ -173,8 +173,9 @@ jobs:
173
mkdir ~/.ssh/
174
cp $PWD/qiita_ware/test/test_data/test_key* ~/.ssh/
175
cat ~/.ssh/test_key.pub > ~/.ssh/authorized_keys
176
- chmod 600 $PWD/qiita_ware/test/test_data/test_key*
177
- chmod 600 ~/.ssh/*
+ cat ~/.ssh/test_key.pub > ~/.ssh/authorized_keys2
+ chmod 640 $PWD/qiita_ware/test/test_data/test_key*
178
+ chmod 640 ~/.ssh/*
179
chmod 700 ~/.ssh/
180
181
echo "Connecting as $USER@localhost"
0 commit comments