tdaff / remote_ikernel

All your Jupyter kernels, on all your machines, in one place.
https://pypi.org/project/remote_ikernel/
BSD 2-Clause "Simplified" License
17 stars 14 forks source link

Configurable SSH command for creating tunnel #22

Open tdaff opened 7 years ago

tdaff commented 7 years ago

Original report by Jiří Kunčar (Bitbucket: jirikuncar, GitHub: jirikuncar).


Example:

  1. research kernel: --tunnel_cmd="ssh -F ~/research/ssh/config"

  2. demo kernel: --tunnel_cmd="ssh -F ~/demo/ssh/config"

(no I can't create different rules easily and I don't want to amend my global ssh config)