diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 1999-12-02 20:05:41 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 1999-12-02 20:05:41 +0000 |
commit | e379614c3e051f291489c3ccf6c5361dd373171d (patch) | |
tree | e239a782532e5628225666d01256e4c33c1b537e /usr.bin/ssh/ssh-add.1 | |
parent | 39fb7376a449490983a7b47a907d147f0ff35fab (diff) |
document $SSH_ASKPASS, reasonable default
Diffstat (limited to 'usr.bin/ssh/ssh-add.1')
-rw-r--r-- | usr.bin/ssh/ssh-add.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-add.1 b/usr.bin/ssh/ssh-add.1 index 5aef92cff7e..7aca43715ff 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.8 1999/11/24 16:13:45 markus Exp $ +.\" $Id: ssh-add.1,v 1.9 1999/12/02 20:05:40 markus Exp $ .\" .Dd September 25, 1999 .Dt SSH-ADD 1 @@ -51,7 +51,7 @@ Deletes all identities from the agent. .El .Sh FILES .Bl -tag -width Ds -.Pa $HOME/.ssh/identity +.It Pa $HOME/.ssh/identity Contains the RSA authentication identity of the user. This file should not be readable by anyone but the user. Note that @@ -64,6 +64,9 @@ default file added by .Nm when no other files have been specified. .Pp +.Sh ENVIRONMENT +.Bl -tag -width Ds +.It Ev "DISPLAY" and "SSH_ASKPASS" If .Nm needs a passphrase, it will read the passphrase from the current |