how to put ssh file code example
Example 1: cat ~/.ssh/id_rsa.pub
open generated ssh key
cat ~/.ssh/id_rsa.pub
Example 2: add public key to server
ssh-copy-id -i ~/.ssh/mykey.pub user@host
open generated ssh key
cat ~/.ssh/id_rsa.pub
ssh-copy-id -i ~/.ssh/mykey.pub user@host