summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-add.1
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>1999-11-16 22:49:30 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>1999-11-16 22:49:30 +0000
commit4801565298dead76938c1aae65a3a67469c3a17b (patch)
treee1a48e7d1891f7c2b221f6b4233ca4843f4fd8b7 /usr.bin/ssh/ssh-add.1
parentb999bdce7084d4bac3384205184960ec397f8c99 (diff)
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.18
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