summaryrefslogtreecommitdiff
path: root/ssh-add.1
diff options
context:
space:
mode:
authordamien <damien>1999-11-17 06:29:08 +0000
committerdamien <damien>1999-11-17 06:29:08 +0000
commit9467f6277391201ed28ac9b770017a0eccd43698 (patch)
tree859600c705d582b147162d73746cb2f39b59ed58 /ssh-add.1
parente13a88510e39e6aab1d90bfa57c16530bd1f98d4 (diff)
downloadopenssh-9467f6277391201ed28ac9b770017a0eccd43698.tar.gz
- Merged OpenBSD CVS changes
- [ChangeLog.Ylonen] noone needs this anymore - [authfd.c] close-on-exec for auth-socket, ok deraadt - [hostfile.c] in known_hosts key lookup the entry for the bits does not need to match, all the information is contained in n and e. This solves the problem with buggy servers announcing the wrong modulus length. markus and me. - [serverloop.c] bugfix: check for space if child has terminated, from: iedowse@maths.tcd.ie - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c] [fingerprint.c fingerprint.h] rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se> - [ssh-agent.1] typo - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@ - [sshd.c] force logging to stderr while loading private key file (lost while converting to new log-levels)
Diffstat (limited to 'ssh-add.1')
-rw-r--r--ssh-add.18
1 files changed, 5 insertions, 3 deletions
diff --git a/ssh-add.1 b/ssh-add.1
index 0ab93dc6..cbcca471 100644
--- a/ssh-add.1
+++ b/ssh-add.1
@@ -9,7 +9,7 @@
.\"
.\" Created: Sat Apr 22 23:55:14 1995 ylo
.\"
-.\" $Id: ssh-add.1,v 1.3 1999/10/28 23:15:49 damien Exp $
+.\" $Id: ssh-add.1,v 1.4 1999/11/17 06:29:08 damien 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