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 edf125e commit bf247f7Copy full SHA for bf247f7
.circleci/config.yml
@@ -39,7 +39,7 @@ jobs:
39
key: v1-dependencies-{{ checksum "project.clj" }}
40
- run:
41
command: |
42
- ssh-keygen -N "" -f ~/.ssh/id_rsa
+# ssh-keygen -N "" -f ~/.ssh/id_rsa
43
cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
44
ssh-keygen -f ~/.ssh/clj_ssh -t rsa -C "key for test clj-ssh" -N ""
45
ssh-keygen -f ~/.ssh/clj_ssh_pp -t rsa -C "key for test clj-ssh" -N "clj-ssh"
0 commit comments