jupyter-forward icon indicating copy to clipboard operation
jupyter-forward copied to clipboard

respect .ssh/config

Open dcherian opened this issue 3 years ago • 2 comments

It'd be nice if jupyter-forward respected the ~/.ssh/config settings particularly ControlMaster

https://stackoverflow.com/questions/56441961/using-ssh-config-file-with-paramiko

dcherian avatar Jul 01 '21 21:07 dcherian

It turns out that even if we could get the ssh_config settings into jupyter-forward (which I believe fabric/paramiko is automatically doing behind the scenes), paramiko unfortunately doesn't support the multiplexing setting (ControlMaster): https://github.com/paramiko/paramiko/issues/852

andersy005 avatar Jul 05 '21 23:07 andersy005

Relevant PRs:

  • https://github.com/paramiko/paramiko/pull/1931

andersy005 avatar Jan 31 '22 04:01 andersy005