Ticket #29568: Portfile

File Portfile, 1.8 KB (added by olivier.hervieu@…, 13 years ago)

sshpass Portfile

Line 
1# -*- 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
2# $Id$
3PortSystem          1.0
4name                sshpass
5version             1.04
6categories          utils
7platforms           darwin
8maintainers         nomaintainer
9description         Non-interactive ssh password authentication
10long_description    SSH's (secure shell) most common authentication mode is \
11                    called \"interactive keyboard password authentication\", so \
12                    called both because it is typically done via keyboard, \
13                    and because openssh takes active measures to make sure \
14                    that the password is, indeed, typed interactively by the \
15                    keyboard. Sometimes, however, it is necessary to fool ssh \
16                    into accepting an interactive password non-interactively. \
17                    This is where sshpass comes in.\
18                    SECURITY NOTE: There is a reason openssh insists that \
19                    passwords be typed interactively. Passwords are harder \
20                    to store securely and to pass around securely between \
21                    programs. If you have not looked into solving your needs \
22                    using SSH's \"public key authentication\", perhaps in \
23                    conjunction with the ssh agent (RTFM ssh-add), please do \
24                    so before being tempted into using this package.
25homepage            http://sourceforge.net/projects/sshpass/
26master_sites        sourceforge
27checksums           md5     87e7c72e319691c5fdf219f6c7effb4a \
28                    sha1    c91a6e0d128cc8d27e8cd0cff05b030abf367ccf \
29                    rmd160  73e4871168747e4709525e4d97fccc5452610b9b
30