How do you define the ssh_keys in deploy.rb? You only need to point to
the private key, not the public key.
Jonathan
I specified it like so
IdentityFile ~/.ssh/id_rsa
in .ssh/config but I am still getting the same error
On Aug 20, 11:10 am, Lee Hambley <lee.hamb...@gmail.com> wrote:
> Will,
> Try not defining the key in your Ruby code, but instead in ~/.ssh/config
> (it's more useful in there anyway, and Cap (well, Net::SSH) honours that)
>
> Let us know?
>
> -- Lee Hambley
>
> Twitter: @leehambley
> Blog:http://lee.hambley.name/
> Working with Rails:http://is.gd/1s5W1
>
> 2009/8/20 will <will.p...@gmail.com>