##// 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 / parallel / tests
__init__.py Loading ...
clienttest.py Loading ...
test_asyncresult.py Loading ...
test_client.py Loading ...
test_db.py Loading ...
test_dependency.py Loading ...
test_lbview.py Loading ...
test_mongodb.py Loading ...
test_newserialized.py Loading ...
test_view.py Loading ...