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
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
by
Tags:
Leave a Reply