Connect to NAF computers - theunissenlab/lab-documentation GitHub Wiki

Overview

  • 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.

SSH to chubbyninja or pumpkin

  1. 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.

  1. You should be able to ssh to them: ssh pumpkin -l USERNAME

SSH to them so you can view their Jupyter Notebook

⚠️ **GitHub.com Fallback** ⚠️