Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Connect to another Computer using SSH

Conrad McGarry updated July 22, 2014 at 2:39 PM


Questions Addressed


  • How do I connect to another computer using SSH? How do I connect to another computer using SSH?


Connect via SSH -- Secure Shell

ssh (SSH client) is a program for logging into a remote machine and for
executing commands on a remote machine. It is intended to replace rlogin
and rsh, and provide secure encrypted communications between two
untrusted hosts over an insecure network. X11 connections and arbitrary
TCP/IP ports can also be forwarded over the secure channel.

Login as follows:

> ssh johndoe@igppgateway.ucsd.edu

inside a terminal window, where "johndoe" is your username on the remote system.


PLEASE NOTE: 

...

  1. Direct connection via SSH is not allowed on any of the "igpphomeX" servers. Instead, please use use igppgateway igppgateway or  or one of our our Barnyard Lab Machines.
  2. When connecting from from outside the UCSD network, VPN is required. outside the UCSD network, VPN is required.  Click here to learn learn How to VPN into the UCSD network

...


  1. Image Added

If you need further assistance, please contact IGPP Net Ops.