Skip to content

Commit

Permalink
Import sshpass-1.05 as security/sshpass.
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
3 changes: 3 additions & 0 deletions security/sshpass/DESCR
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.
15 changes: 15 additions & 0 deletions security/sshpass/Makefile
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"
3 changes: 3 additions & 0 deletions security/sshpass/PLIST
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
5 changes: 5 additions & 0 deletions security/sshpass/distinfo
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

0 comments on commit c8fb71d

Please sign in to comment.