Select Page

Accessing EEAPPS from Another Unix Host

Example (assuming your SEAS account login name is testuser):

ssh -X eeapps.seas.ucla.edu -l testuser
  • -X enables X11 forwarding
  • -l testuser is not necessary if the login name is the same between the two hosts