Permalink
Browse files

Update README.md

just a slight change to add a new line
  • Loading branch information...
1 parent be3021b commit dcc1a62ddd8f5822247cb993887cf4c0d442b14f @spficklin spficklin committed on GitHub Sep 30, 2016
Showing with 1 addition and 0 deletions.
  1. +1 −0 README.md
View
@@ -42,6 +42,7 @@ A workflow specific ssh key has to be created. This key is used for some of the
$ mkdir -p ~/.ssh
$ ssh-keygen -t rsa -b 2048 -f ~/.ssh/workflow
   (just hit enter when asked for a passphrase)
+
$ cat ~/.ssh/workflow.pub >>~/.ssh/authorized_keys
Test that the key is set up correctly by sshing from login02 to login02, using the new key:

0 comments on commit dcc1a62

Please sign in to comment.