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$ |
---|
3 | PortSystem 1.0 |
---|
4 | name sshpass |
---|
5 | version 1.04 |
---|
6 | categories utils |
---|
7 | platforms darwin |
---|
8 | maintainers nomaintainer |
---|
9 | description Non-interactive ssh password authentication |
---|
10 | long_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. |
---|
25 | homepage http://sourceforge.net/projects/sshpass/ |
---|
26 | master_sites sourceforge |
---|
27 | checksums md5 87e7c72e319691c5fdf219f6c7effb4a \ |
---|
28 | sha1 c91a6e0d128cc8d27e8cd0cff05b030abf367ccf \ |
---|
29 | rmd160 73e4871168747e4709525e4d97fccc5452610b9b |
---|
30 | |
---|