diff options
author | Will Sargent <wsargent@users.noreply.github.com> | 2016-09-16 14:41:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-16 14:41:01 -0700 |
commit | 25ec3400e6b368bc305c16e4590e6fb20e74a491 (patch) | |
tree | 087170e8b5d93a027507415508ac4abb9d2e1d7e /README.md | |
parent | Merge pull request #10 from wsargent/patch-1 (diff) | |
download | YubiKey-Guide-25ec3400e6b368bc305c16e4590e6fb20e74a491.tar.gz |
Adds explanation of ssh-add -L option
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |