UNH AI Wiki

 

SSH login fix

Page history last edited by Seth Lemons 5 mos ago

Fix for passwordless login

 

If you have set up your ~/.ssh/authorized_keys file correctly with your public key and are still being forced to enter your password, the following may fix it:

 

Check your home directory's permissions (ls -la).

If it has write permissions, remove them (chmod a-w .; chmod u+w .;).

Log out and back in.

Comments (0)

You don't have permission to comment on this page.