You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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): paramiko/paramiko#852
It'd be nice if
jupyter-forward
respected the~/.ssh/config
settings particularlyControlMaster
https://stackoverflow.com/questions/56441961/using-ssh-config-file-with-paramiko
The text was updated successfully, but these errors were encountered: