How do I get to my account on the EE machines when my user names are different?

We suggest the xrsh script for going to another system. (See the FAQ on connecting to another machine.). Just like the rsh command, the xrsh command lets you specify a login name with the "-l" options:

   xrsh -l remotename remotemachine remoteclient
If you leave off remoteclient, you will get xterm. You may want to make an alias so you don't have to type the login name every time you connect to the other machine:

   alias remotemachine  'xrsh -l remotename remotemachine'

University of Delaware
June 19, 1994