aboutsummaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authorRomain Tartière <romain@FreeBSD.org>2020-04-28 03:31:41 +0000
committerRomain Tartière <romain@FreeBSD.org>2020-04-28 03:31:41 +0000
commit9b779e8ca8363eface0eeb6e9888c02b731625a1 (patch)
tree2c3d1d782269e2b8301ee109d942639507beba32 /security/Makefile
parent8eb6a3a56c1f5777c0bfe723ffac02da134d2d2b (diff)
downloadports-9b779e8ca8363eface0eeb6e9888c02b731625a1.tar.gz
ports-9b779e8ca8363eface0eeb6e9888c02b731625a1.zip
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
Notes
Notes: svn path=/head/; revision=533228
Diffstat (limited to 'security/Makefile')
-rw-r--r--security/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 001aa40f77e2..d6cb413318b9 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -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