-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Import sshpass-1.05 as security/sshpass.
Sshpass is a tool for non-interactively performing password authentication with SSH's so called "interactive keyboard password authentication". Most users should use SSH's more secure public key authentication instead.
- Loading branch information
rodent
committed
May 26, 2013
1 parent
d4ce6d8
commit c8fb71d
Showing
4 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Sshpass is a tool for non-interactively performing password authentication with | ||
SSH's so called "interactive keyboard password authentication". Most users | ||
should use SSH's more secure public key authentication instead. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# $NetBSD: Makefile,v 1.1 2013/05/26 21:28:07 rodent Exp $ | ||
# | ||
|
||
DISTNAME= sshpass-1.05 | ||
CATEGORIES= security | ||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sshpass/} | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= http://sshpass.sourceforge.net/ | ||
COMMENT= Non-interactive ssh password auth | ||
LICENSE= gnu-gpl-v2 | ||
|
||
GNU_CONFIGURE= yes | ||
|
||
.include "../../mk/bsd.pkg.mk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@comment $NetBSD: PLIST,v 1.1 2013/05/26 21:28:07 rodent Exp $ | ||
bin/sshpass | ||
man/man1/sshpass.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
$NetBSD: distinfo,v 1.1 2013/05/26 21:28:07 rodent Exp $ | ||
|
||
SHA1 (sshpass-1.05.tar.gz) = 6dafec86dd74315913417829542f4023545c8fd7 | ||
RMD160 (sshpass-1.05.tar.gz) = 6db9f833fbc4eda7e0a494fe0dbd287a388afe10 | ||
Size (sshpass-1.05.tar.gz) = 98362 bytes |