Changes between Version 9 and Version 10 of cypress/SshUsage


Ignore:
Timestamp:
08/20/15 06:43:24 (9 years ago)
Author:
cmaggio
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/SshUsage

    v9 v10  
    5454To connect to a remote server run the following:
    5555
    56 {{{user@localhost> ssh remoteusername@remotehost.example.com}}}
     56{{{
     57user@localhost> ssh remoteusername@remotehost.example.com
     58}}}
    5759
    5860The 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:
     
    6466For those who have accounts on Cypress, you can connect to cypress by running the command
    6567
    66 {{{user@localhost> ssh tulaneID@cypress1.tulane.edu}}}
     68{{{
     69user@localhost> ssh tulaneID@cypress1.tulane.edu
     70}}}
    6771
    6872and 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.
     
    7983To connect to a remote server with X window tunneling run the following:
    8084
    81 {{{user@localhost> ssh -Y remoteusername@remotehost.example.com}}}
     85{{{
     86user@localhost> ssh -Y remoteusername@remotehost.example.com
     87}}}
    8288
    8389=== Windows ===