Subject: Admin

Keywords: ::usage

Title: Connecting to nuprl servers.

--------------------------------------------------

We have two servers. 
The more stable server is at 128.84.105.105. (Eventually will 
be nuprl-public.cs.cornell.edu). The second hosts our work-in-progress
and contains quite bit more content, and can be less stable then
nuprl-public. It is at nuprl.cs.cornell.edu. 


FTTB, nuprl server is at 128.84.105.105

See ssh for more info on ssh (and putty if you're using windows),
ignoring the VNC port forwarding for the time being.

Rich is used as user id as an example.
In the following, you need to replace rich with your userid.
Also 128.84.105.105 is used as server address, you may need to replace with
nuprl.cs.cornell.edu.

Eval on local host: 
"ssh rich@128.84.105.105"

If that fails, make sure you are using corresponding private key for the public
key supplied to create your account.
Also, ensure that your local ssh files have appropriate user only permissions.
Use "chmod 700 ~/.ssh" and "chmod 600 ~/.ssh/id_rsa" to fix permissions.
If it still fails then eval:
"ssh -v rich@128.84.105.105"
and email output to eaton@cs.cornell.edu.

You need to start VNC server on the nuprl machine. This only needs to be done
ONCE initially and then after any nuprl server reboot. Nuprl servers are rebooted
infrequently, eg current uptime (at this writing) is over year. 
See vncviewer for more info particuarly the paragraph concerning first ssh.

Once you have vnc desktop session running, you need to start an editor. 
See emacs.

--------------------------------------------------

Authors: 

Contributors: NUPRL:t



Home