To get the generated ssh key
, open your command line and write down the following command:
cat ~/.ssh/id_rsa.pub
Let’s examine the command.
cat
>> print the content of the following file~
is thehome directory
.ssh
is thessh
directory nameid_rsa.pub
is the file name that contain your publicssh
key