##// END OF EJS Templates
Fix: openssh_tunnel did not parse port in `server`...
Fix: openssh_tunnel did not parse port in `server` Despite what the docstring of openssh_tunnel mentioned, it did not parse username in port in the `server` argument. This patch fixes the problem so that ipython client can connect to the server over port-forwarded ssh connection. For example, you can connect the client by the following code now:: c = Client('/path/to/ipcontroller-client.json', sshserver='me@localhost:1234')
Takafumi Arakaki -
r6429:bcfab0f0
Show More
Name Size Modified Last Commit Author
/ IPython / zmq
gui
pylab
tests
__init__.py Loading ...
blockingkernelmanager.py Loading ...
completer.py Loading ...
displayhook.py Loading ...
entry_point.py Loading ...
eventloops.py Loading ...
frontend.py Loading ...
heartbeat.py Loading ...
iostream.py Loading ...
ipkernel.py Loading ...
kernelapp.py Loading ...
kernelmanager.py Loading ...
log.py Loading ...
logtopics.rst Loading ...
parentpoller.py Loading ...
pykernel.py Loading ...
session.py Loading ...
zmqshell.py Loading ...