We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 005ccc4 commit c44a527Copy full SHA for c44a527
setssh.sh
@@ -29,11 +29,11 @@ fi
29
if [ ! -f .ssh/known_hosts ]; then
30
touch .ssh/known_hosts
31
chmod 600 .ssh/known_hosts
32
- ssh-keygen -R github.org
33
- ssh-keyscan -H github.org >> .ssh/known_hosts
34
- ssh-keygen -R bitbucket.org
35
- ssh-keyscan -H bitbucket.org >> .ssh/known_hosts
36
fi
+ssh-keygen -R github.org
+ssh-keyscan -H github.org >> .ssh/known_hosts
+ssh-keygen -R bitbucket.org
+ssh-keyscan -H bitbucket.org >> .ssh/known_hosts
37
38
## Set private key
39
if [ $PRIVATE_KEY ]; then
0 commit comments