]> andersk Git - openssh.git/blobdiff - ssh-add.1
- (stevesk) use X/Open socket interface for HP-UX 10.X also
[openssh.git] / ssh-add.1
index 1feca8e71e086240740fb126b3c2c92eca13e181..2bcbe0eeb109b7c7d1ab66bc47ec4c9ada161e4c 100644 (file)
--- a/ssh-add.1
+++ b/ssh-add.1
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: ssh-add.1,v 1.22 2001/03/02 18:54:31 deraadt Exp $
+.\"    $OpenBSD: ssh-add.1,v 1.25 2001/05/05 13:42:52 stevesk Exp $
 .\"
 .\"  -*- nroff -*-
 .\"
@@ -57,7 +57,9 @@ Alternative file names can be given on the command line.
 If any file requires a passphrase,
 .Nm
 asks for the passphrase from the user.
-The Passphrase it is read from the user's tty.
+The passphrase is read from the user's tty.
+.Nm
+retries the last passphrase if multiple identity files are given.
 .Pp
 The authentication agent must be running and must be an ancestor of
 the current process for
@@ -78,7 +80,7 @@ Deletes all identities from the agent.
 .Sh FILES
 .Bl -tag -width Ds
 .It Pa $HOME/.ssh/identity
-Contains the RSA authentication identity of the user.
+Contains the protocol version 1 RSA authentication identity of the user.
 This file should not be readable by anyone but the user.
 Note that
 .Nm
@@ -90,7 +92,9 @@ This is the default file added by
 .Nm
 when no other files have been specified.
 .It Pa $HOME/.ssh/id_dsa
-Contains the DSA authentication identity of the user.
+Contains the protocol version 2 DSA authentication identity of the user.
+.It Pa $HOME/.ssh/id_rsa
+Contains the protocol version 2 RSA authentication identity of the user.
 .El
 .Sh ENVIRONMENT
 .Bl -tag -width Ds
This page took 0.05197 seconds and 4 git commands to generate.