The ATNF ssh gateways are venice.atnf.csiro.au and orion.atnf.csiro.au.
Viewing a vnc session from outside ATNF requires using ssh to forward a port on the local (client) host to the remote host. The host port specified is the vnc desktop display number+5900.
> ssh -L 5901:xbones:5901 my_username@venice.atnf.csiro.au
> ssh -L 5903:joffrey:5901 my_username@venice.atnf.csiro.au
A quicker way to achieve this on many VNC viewers is to use the -via switch and allow VNC to look after the ssh port forwarding for you:
> vncviewer -via my_username@venice.atnf.csiro.au xbones.atnf.csiro.au:1
You can create multiple tunnels with a single ssh command. Something along the lines of the following works:
> ssh -L 5901:xbones:5901 5902:xbones:5902 5903:caccc1:5901 5904:bigrock:5901 -L 5905:joffrey:5901 -L 5906:joffrey:5902 -L 5907:cira10:5901 -L 5908:pam0:5901 -L 5909:cave00-ext:5901 IDENT@venice.atnf.csiro.au
Then on the local machine connect as follows
Telescope | VNC session | Local screen |
ATCA | xbones:1 | :1 or 5901 |
ATCA | xbones:2 | :2 or 5902 |
ATCA | caccc1:1 | :3 or 5903 |
Mopra | bigrock:1 | :4 or 5904 |
Parkes | joffrey:1 | :5 or 5905 |
Fringe Check | bolverk:1 | :8 or 5908 |