how to setup ssh keys code example
Example 1: create a ssh key
ssh-keygen -t rsa -C "[email protected]"
Example 2: setting up the ssh keys
scp $HOME/.ssh/id_rsa.pub [email protected]:~/.ssh/authorized_keys
ssh-keygen -t rsa -C "[email protected]"
scp $HOME/.ssh/id_rsa.pub [email protected]:~/.ssh/authorized_keys