ssh-keygen -t rsa -b 4096 -C "samirhusen18@gmail.com"
to view generated ssh-key
cat ~/.ssh/id_rsa.pub
or ssh-add ~/.ssh/id_rsa2
0 Comments