diff --git a/mitogen/ssh.py b/mitogen/ssh.py index 88f0edc3..53018389 100644 --- a/mitogen/ssh.py +++ b/mitogen/ssh.py @@ -70,6 +70,7 @@ class Stream(mitogen.master.Stream): if self.port: self.name += ':%s' % (self.port,) + auth_incorrect_msg = 'SSH authentication is incorrect' password_incorrect_msg = 'SSH password is incorrect' password_required_msg = 'SSH password was requested, but none specified'