diff options
Diffstat (limited to 'security/ssh-askpass/pkg')
-rw-r--r-- | security/ssh-askpass/pkg/COMMENT | 1 | ||||
-rw-r--r-- | security/ssh-askpass/pkg/DESCR | 8 | ||||
-rw-r--r-- | security/ssh-askpass/pkg/PLIST | 5 |
3 files changed, 14 insertions, 0 deletions
diff --git a/security/ssh-askpass/pkg/COMMENT b/security/ssh-askpass/pkg/COMMENT new file mode 100644 index 00000000000..51ed7cac20d --- /dev/null +++ b/security/ssh-askpass/pkg/COMMENT @@ -0,0 +1 @@ +X11-based passphrase dialog for OpenSSH diff --git a/security/ssh-askpass/pkg/DESCR b/security/ssh-askpass/pkg/DESCR new file mode 100644 index 00000000000..0abc4616568 --- /dev/null +++ b/security/ssh-askpass/pkg/DESCR @@ -0,0 +1,8 @@ +x11-ssh-askpass is a lightweight passphrase dialog for OpenSSH or other +open variants of SSH. In particular, x11-ssh-askpass is useful with the +Unix port of OpenSSH by Damien Miller, and Damien includes it in his RPM +packages of OpenSSH. + +x11-ssh-askpass uses only the stock X11 libraries (libX11, libXt) for its +user interface. This reduces its dependencies on external libraries (such +as GNOME or Perl/Tk). See the README for further information. diff --git a/security/ssh-askpass/pkg/PLIST b/security/ssh-askpass/pkg/PLIST new file mode 100644 index 00000000000..75c5b772509 --- /dev/null +++ b/security/ssh-askpass/pkg/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/08/11 05:22:58 jlam Exp $ +bin/ssh-askpass +bin/x11-ssh-askpass +lib/X11/app-defaults/SshAskpass +share/doc/ssh-askpass/README |