wiki:cypress/SshUsage

Version 1 (modified by cmaggio, 9 years ago) ( diff )

migrated content from ccs wiki and edited for cypress

SSH Usage

SSH Usage

Linux and Mac

Users 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.

To connect to a remote server run the following:

user@localhost> ssh remoteusername@remotehost.example.com

Windows

Windows users will need to download an SSH client. Putty is a lightweight freeware SSH client.

Download Putty

Putty Manual

Tunneling X Windows Session via SSH

Linux and Mac

Users on Mac and Linux workstations have ssh available on the command line.

To connect to a remote server with X window tunneling run the following:

user@localhost> ssh -Y remoteusername@remotehost.example.com

Windows

Windows users will need to download an X window server/client software.

Xming

Cygwin

Attachments (15)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.