andypflueger wrote: > Jonathan, > > Thanks for the reply. I tried SSH from the Webistrano machine using > the "runner" user where there's a valid RSA1 private/public key > present in ~/.ssh. And on the remote side of the server I'm deploying > to, the contents of the public key are in the ~/.ssh/authorized_keys > file which permissions on that file are 600 (the .ssh directory itself > is 700) per the docs. >
Webistrano/Capistrano will use the `user` to login with SSH and the `runner` to issue commands per sudo. If the two users are the same, set `use_sudo` to false and remote the `runner` variable. The 0600 permissions have to exist on the id_rsa on the connecting SSH client. > Seems like it's finding my private/public key, but now I'm getting a > ssh_exchange_identification read error: > > Any ideas? Is publickey-auth enabled in sshd.conf? Jonathan -- Jonathan Weiss http://blog.innerewut.de http://twitter.com/jweiss --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
