Adds explanation of ssh-add -L option

pull/12/head
Will Sargent 8 years ago committed by GitHub
parent b6bf3ee41b
commit 25ec3400e6

@ -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