Files

36 lines
1.8 KiB
Tcl

# -*- 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
PortSystem 1.0
name sshpass
version 1.10
categories sysutils
license GPL-2
platforms darwin
maintainers @manakbisht openmaintainer
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 https://sourceforge.net/projects/sshpass/
master_sites sourceforge:project/${name}/${name}/${version}
checksums rmd160 a355de629eafe270a47349c3c862f1e3d9872e08 \
sha256 ad1106c203cbb56185ca3bad8c6ccafca3b4064696194da879f81c8d7bdfeeda \
size 139652