how to get ssh-rsa key code example
Example 1: cat ~/.ssh/id_rsa.pub
open generated ssh key
cat ~/.ssh/id_rsa.pub
Example 2: create a ssh key
ssh-keygen -t rsa -C "[email protected]"
open generated ssh key
cat ~/.ssh/id_rsa.pub
ssh-keygen -t rsa -C "[email protected]"