jupyter icon indicating copy to clipboard operation
jupyter copied to clipboard

Remote kernels via TRAMP on non standart port

Open nakkaya opened this issue 1 year ago • 0 comments

I am trying to connect to a docker instance running sshd on a non standard port (2222). If I set the host in my ssh config I can connect to it fine using,

#+BEGIN_SRC jupyter-python :session /ssh:default-gpu:org-session ... #+END_SRC

but if I use the following to connect,

#+BEGIN_SRC jupyter-python :session /ssh:core@workstation#2222:org-session ... #+END_SRC

It does connect but gets stuck at Requesting kernel info

nakkaya avatar Jan 30 '23 11:01 nakkaya