Changes between Version 4 and Version 5 of cypress/SshUsage
- Timestamp:
- 08/18/15 15:46:25 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/SshUsage
v4 v5 56 56 {{{user@localhost> ssh remoteusername@remotehost.example.com}}} 57 57 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 58 The 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 62 Click 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 64 For those who have accounts on Cypress, you can connect to cypress by running the command 59 65 60 66 {{{user@localhost> ssh tulaneID@cypress1.tulane.edu}}} … … 62 68 and 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. 63 69 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 == 71 Everyone should now have a terminal open and be logged into Cypress. If you are not, please raise your hand and someone will assist you. 70 72 71 73 == Tunneling X Windows Session via SSH ==