Skip to content

Commit

Permalink
Don't suggest copying private key to server
Browse files Browse the repository at this point in the history
  • Loading branch information
gherceg committed Nov 15, 2024
1 parent f031ad6 commit 6186e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/installation/2-manual-install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ the SSH key pair would be
::

$ ssh-copy-id -i ~/.ssh/id_rsa.pub jbloggs@control1
$ scp ~/.ssh/id_rsa{,.pub} control1:.ssh/
$ scp ~/.ssh/id_rsa.pub control1:.ssh/

You can now log in using your SSH key:

Expand Down

0 comments on commit 6186e26

Please sign in to comment.