Difference between revisions of "SSH"

Jump to navigation Jump to search
1 byte added ,  16:20, 24 February 2018
m
no edit summary
m
m
Line 6: Line 6:


Log in with your computer account and at the command line run:<br />
Log in with your computer account and at the command line run:<br />
ssh-keygen -t rsa -b 4096 -C "danarauz@gmail.com
ssh-keygen -t rsa -b 4096 -C "danarauz@gmail.com"


This will create the ".ssh" folder, and inside that folder will generate two files, one is the private key "id_rsa", and the other the public key "id_rsa.pub".  
This will create the ".ssh" folder, and inside that folder will generate two files, one is the private key "id_rsa", and the other the public key "id_rsa.pub".  
23

edits

Navigation menu