ssh-multiadd - Copyright 2001-2002 Matthew Mueller Purpose: Adds multiple ssh keys that may use the same passphrase to the ssh authentication agent. 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 specified in the configuration file. Uses ssh-askpass if necessary. The files need not use the same passphrase, but if any of them do, you will only need to enter each unique passphrase once. Portability: Written/tested on Linux with OpenSSH_2.5.2p2. Should work with commercial ssh; I looked at the ssh-add output from 1.2.31 and 2.0.13 and adjusted the regexps, but it is untested as those systems didn't have python installed. Let me know if it does/doesn't work for you. Install: 1) make sure you have python installed (v2.0 or greater) 2) modify ssh-multiadd first line if python is not available as "python2" 3) make install Copying: This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. See the file 'COPYING' for more information. I would appreciate it if you make modifications if you would send them to me for possible inclusion in the main source. You can get the latest version at http://www.azstarnet.com/~donut/programs/ or (ftp|http)://sunsite.unc.edu/pub/Linux/system/network/telnet/