Changes between Version 4 and Version 5 of cypress/SshUsage


Ignore:
Timestamp:
08/18/15 15:46:25 (9 years ago)
Author:
cmaggio
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/SshUsage

    v4 v5  
    5656{{{user@localhost> ssh remoteusername@remotehost.example.com}}}
    5757
    58 The first time you log onto a new machine, you will be asked if you trust the server. You should be prompted for the password associated with your remote username. For those who have accounts on Cypress, you can connect to cypress by running the command
     58The first time you log into a new machine, you will be asked if you trust the server. For instance, the first time you log into Cypress using PuTTY you will receive the following prompt:
     59
     60[[Image(host_key.png, center)]]
     61
     62Click on yes (or if using Mac/Linux terminal simply type "yes" at the corresponding prompt). You should now be prompted for the password associated with your remote username.
     63
     64For those who have accounts on Cypress, you can connect to cypress by running the command
    5965
    6066{{{user@localhost> ssh tulaneID@cypress1.tulane.edu}}}
     
    6268and entering the password associated with your tulaneID across Tulane resources. If you are using one of our temporary accounts for the workshop you will use the alphanumeric user id and password provided.
    6369
    64 === Windows ===
    65 Windows users will need to download an SSH client. Putty is a lightweight freeware SSH client.
    66 
    67 [[http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html|Download Putty]]
    68 
    69 [[http://the.earth.li/~sgtatham/putty/0.62/htmldoc/|Putty Manual]]
     70== CHECKPOINT ==
     71Everyone should now have a terminal open and be logged into Cypress. If you are not, please raise your hand and someone will assist you.
    7072
    7173== Tunneling X Windows Session via SSH ==