[78849] trunk/dports/sysutils

ryandesign at macports.org ryandesign at macports.org
Tue May 24 05:38:05 PDT 2011


Revision: 78849
          http://trac.macports.org/changeset/78849
Author:   ryandesign at macports.org
Date:     2011-05-24 05:38:04 -0700 (Tue, 24 May 2011)
Log Message:
-----------
sshpass: new port, version 1.04; see #29568

Added Paths:
-----------
    trunk/dports/sysutils/sshpass/
    trunk/dports/sysutils/sshpass/Portfile

Added: trunk/dports/sysutils/sshpass/Portfile
===================================================================
--- trunk/dports/sysutils/sshpass/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/sshpass/Portfile	2011-05-24 12:38:04 UTC (rev 78849)
@@ -0,0 +1,34 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                sshpass
+version             1.04
+categories          sysutils
+platforms           darwin
+maintainers         nomaintainer
+
+description         Non-interactive ssh password authentication
+
+long_description    SSH's (secure shell) most common authentication mode is \
+                    called \"interactive keyboard password authentication\", so \
+                    called both because it is typically done via keyboard, \
+                    and because openssh takes active measures to make sure \
+                    that the password is, indeed, typed interactively by the \
+                    keyboard. Sometimes, however, it is necessary to fool ssh \
+                    into accepting an interactive password non-interactively. \
+                    This is where sshpass comes in. \
+                    SECURITY NOTE: There is a reason openssh insists that \
+                    passwords be typed interactively. Passwords are harder \
+                    to store securely and to pass around securely between \
+                    programs. If you have not looked into solving your needs \
+                    using SSH's \"public key authentication\", perhaps in \
+                    conjunction with the ssh agent (RTFM ssh-add), please do \
+                    so before being tempted into using this package.
+
+homepage            http://sourceforge.net/projects/sshpass/
+master_sites        sourceforge
+
+checksums           sha1    c91a6e0d128cc8d27e8cd0cff05b030abf367ccf \
+                    rmd160  73e4871168747e4709525e4d97fccc5452610b9b


Property changes on: trunk/dports/sysutils/sshpass/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110524/c37f31ed/attachment.html>


More information about the macports-changes mailing list