issue #275: su: add CentOS 6 style su failure

pull/287/head
David Wilson 6 years ago
parent fb8bad934b
commit 3a304b2458

@ -58,6 +58,7 @@ class Stream(mitogen.parent.Stream):
incorrect_prompts = (
'su: sorry', # BSD
'su: authentication failure', # Linux
'su: incorrect password', # CentOS 6
)
def construct(self, username=None, password=None, su_path=None,

Loading…
Cancel
Save