NII-cloud-operation / sshkernel

SSH Kernel for Jupyter
BSD 3-Clause "New" or "Revised" License
71 stars 14 forks source link

Partial support for ProxyCommand #22

Closed m-ueno closed 4 years ago

m-ueno commented 4 years ago

Closes #17 .

When using ProxyCommand, there is a restriction that HostName cannot be used. This behavior is due to the limitations of Plumbum and is not desirable; we might consider eliminating the dependency on Plumbum.

Examples

OK

Host server1.example.org
    ProxyCommand ssh -W %h:%p firewall.example.org    

NG

Host server2
    HostName server2.example.org
    ProxyCommand ssh -W %h:%p firewall.example.org