##// 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:

r10551:59e07fdc
r13911:3967cb5a
Show More
post-merge
4 lines | 51 B | text/plain | TextLexer
#!/bin/sh
git submodule init
git submodule update