23
edits
m |
m |
||
Line 5: | Line 5: | ||
In the process of generating this SSH certificate/keys you will be prompted to set a passphrase. This passphrase will be required every time you want to connect to a server that has your public key. | In the process of generating this SSH certificate/keys you will be prompted to set a passphrase. This passphrase will be required every time you want to connect to a server that has your public key. | ||
Log in with your computer account and at the command line run: | 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 | ||
edits