ssh keys don’t work


After copying A’s id_rsa.pub’s content to destination machine B’s .ssh/authorized_keys if it still for some reason prompts you for password when you ssh from A to B, check B’s home directory permissions. It can’t be group writable. Try 744. (755 also works)

Leave a Comment