mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
b62cf31096
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.
9 lines
457 B
Plaintext
9 lines
457 B
Plaintext
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/
|