1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/security/ssh-multiadd/pkg-descr
Baptiste Daroussin 79d70d5453 - Update MASTER_SITES and WWW: line
- Add LICENSE
- Support USE_PYTHON_RUN

PR:		ports/172060
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Feature safe:	yes
2012-10-26 23:32:25 +00:00

9 lines
485 B
Plaintext

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.