According to the remote server's sshd_config, pubkey auth is enabled: RSAAuthentication yes PubkeyAuthentication yes
Any other thoughts? Andy On Aug 28, 10:10 am, Jonathan Weiss <[EMAIL PROTECTED]> wrote: > andypflueger wrote: > > Jonathan, > > > Thanks for the reply. I tried SSH from theWebistranomachine 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 Weisshttp://blog.innerewut.dehttp://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 -~----------~----~----~----~------~----~------~--~---
