diff options
author | kris <kris@FreeBSD.org> | 2000-02-28 06:51:15 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-02-28 06:51:15 +0000 |
commit | 5c467fa743181e37858da3c9397cb874f9fc53cd (patch) | |
tree | 4fd0e60a827691148f1ba8c8e95b09415615e3f3 /security/openssh-askpass/pkg-descr | |
parent | 324a7f37c34c7351d88186d601cc997c0d1ffe7a (diff) | |
download | FreeBSD-ports-5c467fa743181e37858da3c9397cb874f9fc53cd.zip FreeBSD-ports-5c467fa743181e37858da3c9397cb874f9fc53cd.tar.gz |
ssh-askpass is a small X app which OpenSSH's ssh-add(1) will try and spawn
if called without a controlling terminal, e.g. if called during the X
login process. It is somewhat configurable through app-defaults.
Makefile shamelessly ripped from: green's OpenSSH port.
Diffstat (limited to 'security/openssh-askpass/pkg-descr')
-rw-r--r-- | security/openssh-askpass/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/security/openssh-askpass/pkg-descr b/security/openssh-askpass/pkg-descr new file mode 100644 index 0000000..80b856a --- /dev/null +++ b/security/openssh-askpass/pkg-descr @@ -0,0 +1,8 @@ +ssh-askpass is a small applet intended for use in conjunction with +OpenSSH. It pops up a window and requests the user input their SSH +passphrase. It is not designed to be executed directly, but to be called +by OpenSSH's ssh-add(1) utility. If no controlling terminal is found (e.g. +ssh-add is called from the .xinitrc as part of the X login process), and +DISPLAY is set, ssh-add will spawn ssh-askpass to request the password. + +WWW: http://www.openssh.com/ |