ssh: error wording was inaccurate.

pull/244/head
David Wilson 7 years ago
parent 8fc1eac6ae
commit c0e8b3d60a

@ -154,8 +154,8 @@ class Stream(mitogen.parent.Stream):
'configuration.' 'configuration.'
) )
hostkey_failed_msg = ( hostkey_failed_msg = (
'check_host_keys is set to enforce, and SSH reported an unknown ' 'Host key checking is enabled, and SSH reported an unrecognized or '
'or changed host key.' 'mismatching host key.'
) )
def _host_key_prompt(self): def _host_key_prompt(self):

Loading…
Cancel
Save