diff options
author | 1999-11-16 22:49:28 +0000 | |
---|---|---|
committer | 1999-11-16 22:49:28 +0000 | |
commit | 295f3d8ca7ad7a21fb6c6960034031f768b47f9f (patch) | |
tree | 25ac37b2b2013123a6277afbb8aed25d24eb08ae /usr.bin/ssh/ssh-add.1 | |
parent | move common prompt-for-filename-code into own function (diff) | |
download | wireguard-openbsd-295f3d8ca7ad7a21fb6c6960034031f768b47f9f.tar.xz wireguard-openbsd-295f3d8ca7ad7a21fb6c6960034031f768b47f9f.zip |
rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
Diffstat (limited to 'usr.bin/ssh/ssh-add.1')
-rw-r--r-- | usr.bin/ssh/ssh-add.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh-add.1 b/usr.bin/ssh/ssh-add.1 index 4e09929ff72..1d56e6ba4ce 100644 --- a/usr.bin/ssh/ssh-add.1 +++ b/usr.bin/ssh/ssh-add.1 @@ -9,7 +9,7 @@ .\" .\" Created: Sat Apr 22 23:55:14 1995 ylo .\" -.\" $Id: ssh-add.1,v 1.6 1999/10/17 20:35:46 aaron Exp $ +.\" $Id: ssh-add.1,v 1.7 1999/11/16 22:49:28 markus Exp $ .\" .Dd September 25, 1999 .Dt SSH-ADD 1 @@ -19,7 +19,7 @@ .Nd adds identities for the authentication agent .Sh SYNOPSIS .Nm ssh-add -.Op Fl ldD +.Op Fl lLdD .Op Ar .Sh DESCRIPTION .Nm @@ -41,7 +41,9 @@ to work. The options are as follows: .Bl -tag -width Ds .It Fl l -Lists all identities currently represented by the agent. +Lists fingerprints of all identities currently represented by the agent. +.It Fl L +Lists public key parameters of all identities currently represented by the agent. .It Fl d Instead of adding the identity, removes the identity from the agent. .It Fl D |