add ssh key to unix server code example
Example 1: add ssh key linux
$ ssh-keygen -t ed25519 -C "[email protected]"
Example 2: setting up the ssh keys
scp $HOME/.ssh/id_rsa.pub [email protected]:~/.ssh/authorized_keys
$ ssh-keygen -t ed25519 -C "[email protected]"
scp $HOME/.ssh/id_rsa.pub [email protected]:~/.ssh/authorized_keys