Merge pull request #12 from wsargent/patch-1

Adds explanation of ssh-add -L option
pull/13/head
drduh 8 years ago committed by GitHub
commit 1694113b2c

@ -1197,7 +1197,7 @@ Paste the following text into a terminal window to create a [recommended](https:
### Copy public key to server
Copy and paste the following output to the server authorized keys file:
There is a `-L` option of `ssh-add` that lists public key parameters of all identities currently represented by the agent. Copy and paste the following output to the server authorized_keys file:
$ ssh-add -L
ssh-rsa AAAAB4NzaC1yc2EAAAADAQABAAACAz[...]zreOKM+HwpkHzcy9DQcVG2Nw== cardno:000605553211

Loading…
Cancel
Save