[ucc] How To: connect to UCC machines remotely

Cameron Patrick cameron at ucc.asn.au
Mon Mar 14 21:29:48 WST 2005


Mark Dixon wrote:

> I want to login to UCC machines from outside the university but via a 
> WAIX connected ISP (iiNet).  I did this last year ok but can't get it to 
> work this year.

That's because UCC's WAIX routing is broken at the moment.  The
workaround I've been using is to connect to tartarus, and then SSH
from there to the appropriate machine at UCC.

If you use Open SSH, you might like to use an ssh config snippet like
the one below to automate this process:

    Host mussel
        HostName mussel.ucc.gu.uwa.edu.au
        User cameron
        ProxyCommand ssh tartarus nc mussel.ucc.gu.uwa.edu.au 22
    
    Host tartarus
        HostName tartarus.uwa.edu.au
        User patric01

Cheers,

Cameron.




More information about the ucc mailing list