Skip to main content
9 events
when toggle format what by license comment
S May 13, 2015 at 22:48 history suggested Thomas Dickey CC BY-SA 3.0
fix a typo and grammar
May 13, 2015 at 22:42 review Suggested edits
S May 13, 2015 at 22:48
May 13, 2015 at 22:13 comment added Raghav Sorry Alex, but its just not working out. Shall i post config files or something else that could help debug this ?
May 13, 2015 at 20:14 comment added EvilKittenLord Ensure your public key is in the authorized_keys file on the target machine. Ensure /etc/ssh/sshd_config has these settings: RSAAuthentication yes, PubkeyAuthentication yes, #AuthorizedKeysFile %h/.ssh/authorized_keys. I also have UsePAM to no, but that's not necessary.
May 13, 2015 at 19:57 comment added Raghav Thanks for quick responses. @Alex - I followed your suggestion too, still the same behaviour :(
May 13, 2015 at 19:50 comment added EvilKittenLord The first command I run when I hit ssh issues: 'chmod 700 ~/.ssh && chmod 600 ~/.ssh/* && chmod 644 ~/.ssh/authorized_keys'. Note: ~ is the home dir of the user. If you're performing it for another user, replace ~ with '/home/username'.
May 13, 2015 at 19:47 comment added Raghav thanks WilliamKF for the idea; did a chmod 400 * on both systems .ssh directory.. still the same behaviour
May 13, 2015 at 19:43 comment added WilliamKF Check the permissions on your password key file. Must be read only for user.
May 13, 2015 at 19:42 history asked Raghav CC BY-SA 3.0