23
edits
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". |
edits