diff options
author | will <will@FreeBSD.org> | 2001-05-20 10:40:30 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-05-20 10:40:30 +0800 |
commit | baa3a586d6d2f3c09c472445b2578bc5918edae5 (patch) | |
tree | 058ea485e92950abc5c407a0d2770325089b907e /security/Makefile | |
parent | 19cf99d69436a4bd604b10048916fe04a80f7359 (diff) | |
download | freebsd-ports-gnome-baa3a586d6d2f3c09c472445b2578bc5918edae5.tar.gz freebsd-ports-gnome-baa3a586d6d2f3c09c472445b2578bc5918edae5.tar.zst freebsd-ports-gnome-baa3a586d6d2f3c09c472445b2578bc5918edae5.zip |
Add ssh-multiadd 1.3, a tool to add multiple ssh keys to the
authentication agent.
PR: 26975
Submitted by: Pete Fritchman <petef@databits.net>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 150cf26c3232..d0483df244eb 100644 --- a/security/Makefile +++ b/security/Makefile @@ -151,6 +151,7 @@ SUBDIR += snort SUBDIR += srm SUBDIR += ssh + SUBDIR += ssh-multiadd SUBDIR += ssh2 SUBDIR += sslproxy SUBDIR += sslwrap |