On Wed, Jan 30, 2008 at 11:00:07AM -0800, Rick Schumeyer wrote: > > I'm trying to understand how capistrano makes ssh connections, like > does it use the net-ssh gem or does it use a command line ssh client? > > It seems that capistrano uses ssh in two places: > > 1) capistrano will ssh to the server to perform tasks. Is it using > net-ssh or a command line ssh? > > 2) If you are using svn+ssh, then the subversion client will use a > command line ssh. In this case, capistrano is not directly invoking > ssh. Is this correct? > > My goal is to set up public/private keys to avoid having to type > passwords for each capistrano task. I think I have this set correctly > for #2, but not #1. > > If my guess is correct, then capistrano uses two different ssh clients?
I use a DSA key stored in an ssh-agent, and all uses of ssh work without asking me for a password. Different clients or not, it works fine. --Greg --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
