New port: security/rubygem-net-ssh-krb

Add Kerberos (password-less) authentication capabilities to Net::SSH, without
the need for modifying Net::SSH source code.

This is a great way to help get Capistrano to be accepted in mid-to-large size
enterprises with strict security rules.

No more getting locked out of the network because you mis-typed your password -
even if your company prohibits public key or host-based authentication. If your
organization uses Kerberos (many mid-to-large size corporations do), you can
use this package to get password-less authentication without breaking your
company's security guidelines.

WWW: http://rubygems.org/gems/net-ssh-krb
This commit is contained in:
Romain Tartière 2020-04-28 03:31:41 +00:00
parent 8eb6a3a56c
commit 9b779e8ca8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=533228
4 changed files with 37 additions and 0 deletions

View File

@ -1085,6 +1085,7 @@
SUBDIR += rubygem-net-ssh
SUBDIR += rubygem-net-ssh-gateway
SUBDIR += rubygem-net-ssh-gateway1
SUBDIR += rubygem-net-ssh-krb
SUBDIR += rubygem-net-ssh-multi
SUBDIR += rubygem-net-ssh4
SUBDIR += rubygem-net-telnet

View File

@ -0,0 +1,20 @@
# $FreeBSD$
PORTNAME= net-ssh-krb
DISTVERSION= 0.5.1
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= romain@FreeBSD.org
COMMENT= Add Kerberos authentication capabilities to Net::SSH
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-gssapi>=1.3:security/rubygem-gssapi \
rubygem-net-ssh>=2.0:security/rubygem-net-ssh
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1587438539
SHA256 (rubygem/net-ssh-krb-0.5.1.gem) = 0c1448f32d7b1dc4decc5e2bb329f38c502c9fed6fb16122b257e5dc8cb61588
SIZE (rubygem/net-ssh-krb-0.5.1.gem) = 13312

View File

@ -0,0 +1,13 @@
Add Kerberos (password-less) authentication capabilities to Net::SSH, without
the need for modifying Net::SSH source code.
This is a great way to help get Capistrano to be accepted in mid-to-large size
enterprises with strict security rules.
No more getting locked out of the network because you mis-typed your password -
even if your company prohibits public key or host-based authentication. If your
organization uses Kerberos (many mid-to-large size corporations do), you can
use this package to get password-less authentication without breaking your
company's security guidelines.
WWW: http://rubygems.org/gems/net-ssh-krb