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:
parent
ac0bfd15a8
commit
ae6b7ec077
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419682
@ -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
|
||||
|
23
security/p5-Net-SSH-AuthorizedKeysFile/Makefile
Normal file
23
security/p5-Net-SSH-AuthorizedKeysFile/Makefile
Normal 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>
|
3
security/p5-Net-SSH-AuthorizedKeysFile/distinfo
Normal file
3
security/p5-Net-SSH-AuthorizedKeysFile/distinfo
Normal 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
|
6
security/p5-Net-SSH-AuthorizedKeysFile/pkg-descr
Normal file
6
security/p5-Net-SSH-AuthorizedKeysFile/pkg-descr
Normal 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/
|
12
security/p5-Net-SSH-AuthorizedKeysFile/pkg-plist
Normal file
12
security/p5-Net-SSH-AuthorizedKeysFile/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user