Skip to content

Instantly share code, notes, and snippets.

View gregjohnso's full-sized avatar
🏗️
Building

Gregory Johnson gregjohnso

🏗️
Building
View GitHub Profile
@gregjohnso
gregjohnso / jupyter_on_compute_node.md
Last active April 26, 2017 18:48 — forked from donovanr/jupyter_on_compute_node.md
access jupyter notebooks running on compute nodes

Port forwarding using ProxyJump and ssh tunnels

  • set up a new host in your ~/.ssh/config file (change rorydm to your own username):
Host tartarus
    HostName n70
    ProxyJump qmaster
    User rorydm
    LocalForward 9999 localhost:9999