mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
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
20 lines
404 B
Makefile
20 lines
404 B
Makefile
# $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>
|