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 29660e4 commit 082b689Copy full SHA for 082b689
.circleci/config.yml
@@ -39,6 +39,7 @@ jobs:
39
key: v1-dependencies-{{ checksum "project.clj" }}
40
- run:
41
command: |
42
+ yes y | ssh-keygen -N "" -f ~/.ssh/id_rsa >/dev/null
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