jupyter / jupyter_client

Jupyter protocol client APIs
https://jupyter-client.readthedocs.io
BSD 3-Clause "New" or "Revised" License
381 stars 280 forks source link

SSH to remote kernel fails on Windows, solution included #298

Open X-BT opened 6 years ago

X-BT commented 6 years ago

SSH to remote kernel fails on Windows due to consoleapp.py providing an empty string for sshkey, leading to paramiko trying to open an invalid file (line 229 in consoleapp.py). Passing None instead makes paramiko search for suitable keys from ~/.ssh folder.

takluyver commented 6 years ago

I'm not familiar with that code, but your description sounds plausible. Want to send a PR?