Skip to main content
added 3 characters in body
Source Link
slm
  • 380.1k
  • 127
  • 793
  • 897

atAt server:

$ ls -lh /home
$ sudo chmod 700 /home/$USER

It was directory permission issue, it. It was 777 at server, so I changed it back to 700;700 this. This fixed my issue with ssh password less login failure even after copying  $USER/.ssh/id_rsa.pub toto server $USER/.ssh/authorized_keys.

at server

ls -lh /home
sudo chmod 700 /home/$USER

It was directory permission issue, it was 777 at server, so I changed it back to 700; this fixed my issue with ssh password less login failure even after copying  $USER/.ssh/id_rsa.pub to server $USER/.ssh/authorized_keys

At server:

$ ls -lh /home
$ sudo chmod 700 /home/$USER

It was directory permission issue. It was 777 at server, so I changed it back to 700. This fixed my issue with ssh password less login failure even after copying $USER/.ssh/id_rsa.pub to server $USER/.ssh/authorized_keys.

Source Link

at server

ls -lh /home
sudo chmod 700 /home/$USER

It was directory permission issue, it was 777 at server, so I changed it back to 700; this fixed my issue with ssh password less login failure even after copying $USER/.ssh/id_rsa.pub to server $USER/.ssh/authorized_keys