PDA

View Full Version : [SOLVED] capistrano not using ssh-keys



qiepenguin
July 22nd, 2008, 09:17 PM
I upgraded from Gutsy to Hardy yesterday. I do work on rails applications and use Capistrano for auto-deployment. After the upgrade, Capistrano has started prompting for a passphrase rather than using my ssh keys. Since the server is key access only, there is no passphrase, and it is impossible to connect. My keys are working (I can connect directly through ssh) but are not working for Capistrano. Can anyone help?

Thanks,
David

qiepenguin
July 24th, 2008, 04:30 PM
Problem solved by updating capistrano from version 1.4.1 to 1.4.2, which uses a different version of net-ssh.