Subject: Admin
Keywords: ::ssh
Title: ssh
--------------------------------------------------
SSH is used to connect nuprl server.
You must have an account before you can connect. See nuprl accounts.
In the following 11 is used as vnc display number and rich is used as user id
as an example. You need to replace the 11/5911 with your display number/vnc port
and replace rich with your userid.
You need to tunnel vnc port (see vncviewer). Assuming your vnc port is
5911 you could use :
ssh -L 5911:localhost:5911 rich@nuprlgateway.cs.cornell.edu
On windows, you will likely be using putty as an ssh client.
Putty has a GUI that you will use to enter connections details. In the
following example I'm using rich as nuprl userid and 11 as nuprl vnc 
display number(see vncviewer):
Connection/Data : Auto-login name = rich
Connection/SSH/Auth : enter private key filename.
Connection/SSH/Tunnels. Source port = 5911, Destination = localhost:5911, click Add
You should go back to the Session Tab and save. To save enter a name in the
textbox under Saved Sessions and then click Save that is to the right of the
bigger text box.   
NB: If you've downloaded a VM you still need to ssh to the VM.
This is only because we haven't been able to get a direct
vnc connection to work. In addition, with Virtual Box you need to 
ssh to port 2222 instead of default 22. On linux CLI use ssh -p 2222.
With putty, set hostname to 127.0.0.1 and port to 2222 on Session tab.
⋅
--------------------------------------------------
Authors: 
Contributors: NUPRL:t
⋅
Home