Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
help:general_linux:sshkeys [2016/10/27 19:34]
csintern
help:general_linux:sshkeys [2016/10/27 19:38]
csintern
Line 6: Line 6:
  
 Let's say that you're logging into the Computer Science machines using the command "ssh myUsername@mote.cs.vassar.edu" You're using your own computer (that only you have access to) and you've become tired of typing in your password every time.  By following the directions below, you can set up ssh keys.  This will allow you to log into mote without a password, enable you to automate scripts that use the ssh protocol, and by changing from using a password to using ssh keys, increase your account's security.   Let's say that you're logging into the Computer Science machines using the command "ssh myUsername@mote.cs.vassar.edu" You're using your own computer (that only you have access to) and you've become tired of typing in your password every time.  By following the directions below, you can set up ssh keys.  This will allow you to log into mote without a password, enable you to automate scripts that use the ssh protocol, and by changing from using a password to using ssh keys, increase your account's security.  
 +
 +====How to Set up Your Keys====
 +
 +* **Step 1**: Open up a terminal.  On many systems, you can do this by hitting Control-Alt-t.  
 +
 +* **Step 2**: