Changes between Version 9 and Version 10 of cypress/SshUsage
- Timestamp:
- 08/20/15 06:43:24 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/SshUsage
v9 v10 54 54 To connect to a remote server run the following: 55 55 56 {{{user@localhost> ssh remoteusername@remotehost.example.com}}} 56 {{{ 57 user@localhost> ssh remoteusername@remotehost.example.com 58 }}} 57 59 58 60 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: … … 64 66 For those who have accounts on Cypress, you can connect to cypress by running the command 65 67 66 {{{user@localhost> ssh tulaneID@cypress1.tulane.edu}}} 68 {{{ 69 user@localhost> ssh tulaneID@cypress1.tulane.edu 70 }}} 67 71 68 72 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. … … 79 83 To connect to a remote server with X window tunneling run the following: 80 84 81 {{{user@localhost> ssh -Y remoteusername@remotehost.example.com}}} 85 {{{ 86 user@localhost> ssh -Y remoteusername@remotehost.example.com 87 }}} 82 88 83 89 === Windows ===