1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00

Add p5-Net-SSH-AuthorizedKeysFile.

Net::SSH::AuthorizedKeysFile reads and modifies "authorized_keys"
files.  "authorized_keys" files contain public keys and meta
information to be used by "ssh" on the remote host to let users in
without having to type their password.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2016-08-05 13:31:28 +00:00
parent ac0bfd15a8
commit ae6b7ec077
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419682
5 changed files with 45 additions and 0 deletions

View File

@ -655,6 +655,7 @@
SUBDIR += p5-Net-OpenID-Server
SUBDIR += p5-Net-Radius-Server
SUBDIR += p5-Net-SAML
SUBDIR += p5-Net-SSH-AuthorizedKeysFile
SUBDIR += p5-Net-SSL-ExpireDate
SUBDIR += p5-Net-SSLGlue
SUBDIR += p5-Net-SSLeay

View File

@ -0,0 +1,23 @@
# Created by: Stephon Chen <stephon@gmail.com>
# $FreeBSD$
PORTNAME= Net-SSH-AuthorizedKeysFile
PORTVERSION= 0.17
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Read and modify SSH authorized_keys files
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Log-Log4perl>=1:devel/p5-Log-Log4perl
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1470403282
SHA256 (Net-SSH-AuthorizedKeysFile-0.17.tar.gz) = 4f9384ffa3e80a1a51e2141a36e2faebc1f1608029e77594d2d9c5be61ebba93
SIZE (Net-SSH-AuthorizedKeysFile-0.17.tar.gz) = 16040

View File

@ -0,0 +1,6 @@
Net::SSH::AuthorizedKeysFile reads and modifies "authorized_keys"
files. "authorized_keys" files contain public keys and meta
information to be used by "ssh" on the remote host to let users in
without having to type their password.
WWW: http://search.cpan.org/dist/Net-SSH-AuthorizedKeysFile/

View File

@ -0,0 +1,12 @@
bin/authorized-keys-test
%%SITE_PERL%%/Net/SSH/AuthorizedKey.pm
%%SITE_PERL%%/Net/SSH/AuthorizedKey/Base.pm
%%SITE_PERL%%/Net/SSH/AuthorizedKey/SSH1.pm
%%SITE_PERL%%/Net/SSH/AuthorizedKey/SSH2.pm
%%SITE_PERL%%/Net/SSH/AuthorizedKeysFile.pm
%%PERL5_MAN1%%/authorized-keys-test.1.gz
%%PERL5_MAN3%%/Net::SSH::AuthorizedKey.3.gz
%%PERL5_MAN3%%/Net::SSH::AuthorizedKey::Base.3.gz
%%PERL5_MAN3%%/Net::SSH::AuthorizedKey::SSH1.3.gz
%%PERL5_MAN3%%/Net::SSH::AuthorizedKey::SSH2.3.gz
%%PERL5_MAN3%%/Net::SSH::AuthorizedKeysFile.3.gz