diff options
author | drduh <drduh@users.noreply.github.com> | 2016-09-16 17:42:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-16 17:42:32 -0400 |
commit | 1694113b2ca1f630cbbf4fd0c673e5926914724a (patch) | |
tree | 087170e8b5d93a027507415508ac4abb9d2e1d7e | |
parent | Merge pull request #10 from wsargent/patch-1 (diff) | |
parent | Adds explanation of ssh-add -L option (diff) | |
download | YubiKey-Guide-1694113b2ca1f630cbbf4fd0c673e5926914724a.tar.gz |
Merge pull request #12 from wsargent/patch-1
Adds explanation of ssh-add -L option
-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 |