ncar-xdev / jupyter-forward

Launch Jupyter Lab over SSH with a single command!
https://jupyter-forward.readthedocs.io/
Apache License 2.0
31 stars 12 forks source link

respect .ssh/config #93

Open dcherian opened 3 years ago

dcherian commented 3 years ago

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

andersy005 commented 3 years ago

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 commented 2 years ago

Relevant PRs: