I want to connect to existing notebooks via ssh tunnel / vpn on a remote linux machine.
I can not log in to the remote desktop viewing them,
but can generally log into another desktop session via Windows Remote Desktop (Win7, Linux with xrdp), so that I found the *.json
files containing the ports (see similar questions 1, though I have no experience in finding the correct job/file).
After connecting a vpn and putty ssh tunnel (port A), I tried to access localhost:A
by opening that in Firefox. Also I tried to run ipython notebook --existing kernel-B.json
.
This did not work.
- Do notebooks have to be on the tunneled port?
- Or is there a way to connect (not start as in 2), or should I open a tunnel for every notebook port?
Similar questions: