Quick Start Guide Setting up SSH Key Authentication on a rootserver
- You create an SSH key on the local computer
ssh-keygen -b [Key strength] -t [Key type]
Example:
ssh-keygen -b 4096 -t rsa
- Next you copy your public key to your server
scp ~/.ssh/id_[Key type].pub...