# -*- 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: Portfile 78849 2011-05-24 12:38:04Z ryandesign@macports.org $

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
