Linux ssh troubleshooting

ensure that the home directory of the user is 0700, and all sub files.

$~> chmod 0700 /home/<USERNAME>"

other useful commands

$> ssh-copy-id <user>@<targetSystemAddress> # copies your ssh keys over to the new system

Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *