Welcome Guest | Login

how get ssh+svn:// to remember password?

I use ssh-agent and ssh-add to store my public keys for my ssh-login at hostingrails.com. Nevertheless, every time I "cap deploy" ssh+svn stops and asks for the password for the ssh-login. All the other tasks use the ssh-agent-provided key, but not this svn instance.

What's causing this and how to prevent it?

2007-07-24 04:40 PM

oskarlissheimboethius.com
Could you have a look at the tutorial link given below and ensure that the  "ssh_options[:keys]"
is enabled in your deploy.rb and path to the key file is specified correctly ?  http://www.hostingrails.com/forums/wiki_thread/5

2007-07-24 06:25 PM

Yes, the ssh_options is correct, otherwise I would have had to enter the password for every ssh request in "cap deploy". Now it only happens one time, and the rest gets taken care of by ssh-agent. I don't know what's causing that one ssh to switch to "password" mode instead of public key.

2007-07-24 08:37 PM

oskarlissheimboethius.com
try adding the following line to your deploy.rb so that it will skip the known_hosts verification.

ssh_options[:paranoid] = false

2007-07-24 09:04 PM


Hello Guest! In order to post you must be an active client with us, please log in or sign up today!