Start -> All Programs -> SSH Secure Shell -> Secure Shell Client
Start -> All Programs -> SSH Secure Shell -> Secure Shell ClientUse it to connect to the Unix box required e.g. plato. To do this for the first time click on Quick Connect. In the box which appears enter the name of the system you want to connect to (e.g. plato.tp.ph.ic.ac.uk) and enter your Unix username, then click on Connect. You should shortly be prompted for your Unix password. It may ask you to store these details as a profile. Do so if you want to save time next time as you can just select the profile (e.g. call the profile plato). When connecting to a remote host for the first time, you will be sent its &\quot;public key fingerprint&\quot; and invited to save it in a local database: you should only need to do this once.
xemacs &.
Start -> All Programs -> SSH Secure Shell -> Secure Shell Client. This must now be configured but this should only be needed once for each profile you create. Set up a new profile as follows:-
vncserver -geometry 1280x800 -depth 16 :xxThe option geometry gives you the screen resolution and depth the number of colours (in powers of 2).
ssh -L 5901:plato:59xx username@platoHere xx is the display number of the VNC server session on plato.
vncserver -geometry 1280x800 -depth 16 :xxThe option geometry gives you the screen resolution and depth the number of colours (in powers of 2). Find this by right clicking on the Windows background screen, select properties from the menu then the Settings tab. Colour quantity tells you the colour depth (e.g. here it would be 16 bit) and the screen resolution is also displayed.