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