Changes between Initial Version and Version 1 of cypress/SshUsage


Ignore:
Timestamp:
05/14/15 11:07:41 (9 years ago)
Author:
cmaggio
Comment:

migrated content from ccs wiki and edited for cypress

Legend:

Unmodified
Added
Removed
Modified
  • cypress/SshUsage

    v1 v1  
     1= SSH Usage =
     2== SSH Usage ==
     3=== Linux and Mac ===
     4Users on Mac and Linux workstations have ssh available on the command line. To access the command line on a Mac system, open the ''Terminal program from Applications -> Utilities -> Terminal''.
     5
     6To connect to a remote server run the following:
     7
     8{{{user@localhost> ssh remoteusername@remotehost.example.com}}}
     9
     10=== Windows ===
     11Windows users will need to download an SSH client. Putty is a lightweight freeware SSH client.
     12
     13[[http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html|Download Putty]]
     14
     15[[http://the.earth.li/~sgtatham/putty/0.62/htmldoc/|Putty Manual]]
     16
     17== Tunneling X Windows Session via SSH ==
     18=== Linux and Mac ===
     19Users on Mac and Linux workstations have ssh available on the command line.
     20
     21To connect to a remote server with X window tunneling run the following:
     22
     23{{{user@localhost> ssh -Y remoteusername@remotehost.example.com}}}
     24
     25=== Windows ===
     26Windows users will need to download an X window server/client software.
     27
     28[[http://www.straightrunning.com/XmingNotes/|Xming]]
     29
     30[[http://www.cygwin.com/|Cygwin]]