diff options
author | 1999-11-24 16:13:45 +0000 | |
---|---|---|
committer | 1999-11-24 16:13:45 +0000 | |
commit | d7dbb39f58978753f389a8c8ee507d465599397b (patch) | |
tree | 466020b8d74981c3873571a8f67fb8496efe6986 /usr.bin/ssh/ssh-add.1 | |
parent | We won't have the tickets in shared memory, remove dead code (diff) | |
download | wireguard-openbsd-d7dbb39f58978753f389a8c8ee507d465599397b.tar.xz wireguard-openbsd-d7dbb39f58978753f389a8c8ee507d465599397b.zip |
SSH_ASKPASS support
Diffstat (limited to 'usr.bin/ssh/ssh-add.1')
-rw-r--r-- | usr.bin/ssh/ssh-add.1 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh-add.1 b/usr.bin/ssh/ssh-add.1 index 1d56e6ba4ce..5aef92cff7e 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.7 1999/11/16 22:49:28 markus Exp $ +.\" $Id: ssh-add.1,v 1.8 1999/11/24 16:13:45 markus Exp $ .\" .Dd September 25, 1999 .Dt SSH-ADD 1 @@ -71,8 +71,11 @@ terminal if it was run from a terminal. If .Nm does not have a terminal associated with it but .Ev DISPLAY -is set, it -will open an X11 window to read the passphrase. This is particularly +and +.Ev SSH_ASKPASS +are set, it will execute the program specified by +.Ev SSH_ASKPASS +and open an X11 window to read the passphrase. This is particularly useful when calling .Nm from a |