Difference between revisions of "SSH"

Jump to navigation Jump to search
3 bytes added ,  01:53, 14 April 2021
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 "youremail@example.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