This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision |
help:general_linux:sshkeys [2016/10/27 19:46] – csintern | help:general_linux:sshkeys [2016/10/27 19:58] – [How to Set up Your Keys] csintern |
---|
* **Step 4**: You will be prompted to enter a passphrase. Again, without typing anything hit enter, and then when asked to enter the same passphrase again, hit enter again. | * **Step 4**: You will be prompted to enter a passphrase. Again, without typing anything hit enter, and then when asked to enter the same passphrase again, hit enter again. |
* **Step 5**: Your screen should now look like the screenshot below. Now it's time to copy a key over to mote. Enter the command "ssh-copy-id myUsername@mote.cs.vassar.edu", where "myUsername" has been replaced with the username associated with your cs account. Hit enter. | * **Step 5**: Your screen should now look like the screenshot below. Now it's time to copy a key over to mote. Enter the command "ssh-copy-id myUsername@mote.cs.vassar.edu", where "myUsername" has been replaced with the username associated with your cs account. Hit enter. |
| |
| {{ help:general_linux:alldone.png?1100}} |
| \\ |
| |
* **Step 6**: You should see a message that says "Number of key(s) added: 1 ...". If you see this message, everything should have worked correctly! | * **Step 6**: You should see a message that says "Number of key(s) added: 1 ...". If you see this message, everything should have worked correctly! |
* **Step 7**: Verify that everything worked correctly. Type in "ssh myUsername@mote.cs.vassar.edu", where again, "myUsername" has been replaced with your CS username. You should log in automatically, without needing to enter a password! | * **Step 7**: Verify that everything worked correctly. Type in "ssh myUsername@mote.cs.vassar.edu", where again, "myUsername" has been replaced with your CS username. You should log in automatically, without needing to enter a password! |