ssh-keygen error: can’t login password required
This didn’t working for me.
I read that ssh-keygen won’t work if the files are readable by the user group.
$ ssh me@remote$ cd ~/.ssh$ chmod 700 *
Now it works!
This didn’t working for me.
I read that ssh-keygen won’t work if the files are readable by the user group.
$ ssh me@remote
$ cd ~/.ssh
$ chmod 700 *
Now it works!



















