aboutsummaryrefslogtreecommitdiffstats
path: root/security/ssh-multiadd/pkg-descr
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-05-20 10:40:30 +0800
committerwill <will@FreeBSD.org>2001-05-20 10:40:30 +0800
commitbaa3a586d6d2f3c09c472445b2578bc5918edae5 (patch)
tree058ea485e92950abc5c407a0d2770325089b907e /security/ssh-multiadd/pkg-descr
parent19cf99d69436a4bd604b10048916fe04a80f7359 (diff)
downloadfreebsd-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/ssh-multiadd/pkg-descr')
-rw-r--r--security/ssh-multiadd/pkg-descr13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/ssh-multiadd/pkg-descr b/security/ssh-multiadd/pkg-descr
new file mode 100644
index 000000000000..d1b64e009428
--- /dev/null
+++ b/security/ssh-multiadd/pkg-descr
@@ -0,0 +1,13 @@
+ssh-multiadd adds multiple ssh keys to the ssh authentication agent.
+These may use the same passphrase. When run without arguments, it
+adds $HOME/.ssh/identity and $HOME/.ssh/id_dsa. Alternative file
+names can be given on the command line or in the configuration
+file. It uses ssh-askpass if necessary. Unlike ssh-add, if any of
+the keys use the same passphrase, you will only need to enter each
+unique passphrase once, and keys that are already added will not
+be prompted for again.
+
+WWW: http://www.azstarnet.com/~donut/programs/index_s.html#ssh-multiadd
+
+- Pete
+petef@databits.net