##// END OF EJS Templates
never use ssh multiplexer in tunnels...
never use ssh multiplexer in tunnels `ssh -f` is [broken in OpenSSH](https://bugzilla.mindrot.org/show_bug.cgi?id=1948) when a ControlMaster multiplexed connection is used. `-S none` disables the multiplexed connection. closes #4717

File last commit:

r13459:6802677d
r13911:3967cb5a
Show More
.gitignore
17 lines | 216 B | text/plain | TextLexer
MANIFEST
build
dist
_build
docs/man/*.gz
docs/source/api/generated
docs/source/config/options
docs/gh-pages
IPython/html/notebook/static/mathjax
*.py[co]
__pycache__
build
*.egg-info
*~
*.bak
.ipynb_checkpoints
.tox