Mirror of mitogen
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
David Wilson 16ca111ebd ssh: better OpenSSH 7.5+ permission denied handling
The user@host prefix in new-style OpenSSH messages unfortunately takes
the host part from ~/.ssh/config and friends. There is no way to know
which hostname will appear in this string without parsing the OpenSSH
config, nor which username will appear.

Instead just regex it.

Add SSH stub modes to print the new/old errors and add some simple
tests.

This extends the work done in b9112a9cbb
6 years ago
.github Add GitHub issue template. 6 years ago
.travis tests: split out ansible_tests requirements 6 years ago
ansible_mitogen issue #369: teach CallChain to reset the connection. 6 years ago
docs docs: update Changelog; closes #369. 6 years ago
examples examples: fix mitogen-fuse on 2.x. 6 years ago
mitogen ssh: better OpenSSH 7.5+ permission denied handling 6 years ago
tests ssh: better OpenSSH 7.5+ permission denied handling 6 years ago
.gitignore Add venvs/ to gitignore 6 years ago
.lgtm.yml compat: ignore LGTM checks on third party 7 years ago
.travis.yml tests: stop idiotic Travis TTY/pip progress bar spam 6 years ago
LICENSE Add license text everywhere. 7 years ago
README.md commented out travis badge 6 years ago
dev_requirements.txt tests: activate faulthandler if available 6 years ago
preamble_size.py add --dump to preamble_size.py. 6 years ago
run_tests tests: make ansible/tests/ run in run_tests. 6 years ago
setup.cfg Ignore another annoying flake8 message. 7 years ago
setup.py Update trove classifiers. 6 years ago
tox.ini tests: Run tests on CPython 3.5 and 3.6 with Tox 6 years ago

README.md