opnsense-ports/security/ssh-multiadd/pkg-descr
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

8 lines
485 B
Text

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.