Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »



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 igppgateway igppgateway or one of our Barnyard Lab Machines .
  2. When connecting from outside the UCSD network, VPN is required. outside the UCSD network, VPN is required. Click here to learn How to VPN into the UCSD network

[How to VPN into the UCSD network]










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

  • No labels