Hello,
cd ~/.ssh ls
Should be <fileName>.pub and <fileName> (private key)
ssh-copy-id -f -i <filename>.pub <username>@<host>
Based on:
No comments:
Post a Comment