adding an ssh keys code example
Example 1: ssh add new key
$ eval "$(ssh-agent -s)"
> Agent pid 59566
Example 2: setting up the ssh keys
scp $HOME/.ssh/id_rsa.pub [email protected]:~/.ssh/authorized_keys
$ eval "$(ssh-agent -s)"
> Agent pid 59566
scp $HOME/.ssh/id_rsa.pub [email protected]:~/.ssh/authorized_keys