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.
mitogen/mitogen
Alex Willmer 2c2878012d Match "user@host: Permission denied ..." messages
OpenSSH 7.5 changed the text of the permission denied message. As a
result ssh_test.SshTest.test_password_required and test_pubkey_required
were failing on an Ubuntu 18.04 client, which ships OpenSSH 7.6.

Refs
- https://bugzilla.mindrot.org/show_bug.cgi?id=2720
6 years ago
..
compat tokenize must parse under 3.x even if it won't run there 6 years ago
__init__.py Bump version for release. 6 years ago
core.py Kubernetes connection support for mitogen. 6 years ago
debug.py ansible: better support for diagnosing hangs 6 years ago
doas.py issue #337: ssh: disabling PTYs round 2: make it automatic. 6 years ago
docker.py docker: redirect stderr to stdout for nicer exceptions. 6 years ago
fakessh.py Initial Python 3.x port work. 6 years ago
fork.py fork: public on_fork() function. 6 years ago
jail.py Initial Python 3.x port work. 6 years ago
kubectl.py Kubernetes connection support for mitogen. 6 years ago
lxc.py issue #339: minimal tests for lxc/lxd modules. 6 years ago
lxd.py Use `lxc exec --mode=noninteractive` which is more widely compatible 6 years ago
master.py master: allow batching context switches for forward_modules() 6 years ago
minify.py docs: many more fixes/merges. 6 years ago
parent.py Kubernetes connection support for mitogen. 6 years ago
select.py select: add missing get(block=..) parameter. 7 years ago
service.py service: wake FileService client on file open failure. 6 years ago
setns.py setns: always assume a user identity, default to root. 6 years ago
ssh.py Match "user@host: Permission denied ..." messages 6 years ago
su.py issue #337: ssh: disabling PTYs round 2: make it automatic. 6 years ago
sudo.py issue #337: ssh: disabling PTYs round 2: make it automatic. 6 years ago
unix.py unix: don't crash listener if remote end disconnects. 6 years ago
utils.py utils: handle duplicate log_to_file() calls. 6 years ago