Connect to NAF computers - theunissenlab/lab-documentation GitHub Wiki
- Our computers in NAF have fixed IP addresses and you can SSH to them, the easiest way is to configure your .ssh file so you can call them by name.
- We have also been keeping a Jupyter Notebook open on pumpkin and chubbyninja so you can check how the birds are doing on the pecking test remotely.
- Add this to your ssh config file (or create one, see below):
Host pumpkin HostName 169.229.251.200 Port 65455 User fet Host chubbyninja HostName 169.229.251.200 Port 65454 User fet
-
On Windows this should be C:/Users/USERNAME/.ssh/config
- You can edit and rename another config file in notepad and it will save as the right file type
-
If you know where this file is on another OS feel free to add it here.
- You should be able to ssh to them:
ssh pumpkin -l USERNAME
-
To do this you have to ssh -fN -L 8889:localhost:8888 chubbyninja or ssh -fN -L 8888:localhost:8888 pumpkin
-
access chubbyninja via http://localhost:8889/?token=f4d0311bf6decef7707fd3c4a0e6bcad4237fdf51011cf1b or - access pumpkin via: http://localhost:8888/?token=218682ce8890f59cc6323620ddd01d53fe8bf71be822f3ce
-
update those tokens if you restart the computers (current as of 12/20)