fix host_keys= exception message

This commit is contained in:
Daniel Badea 2018-05-14 14:20:06 +03:00
parent f01f237e6d
commit 020c8b5013
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ class Stream(mitogen.parent.Stream):
password = None
ssh_args = None
check_host_keys_msg = 'host_keys= must be set to accept, enforce or ignore'
check_host_keys_msg = 'check_host_keys= must be set to accept, enforce or ignore'
def construct(self, hostname, username=None, ssh_path=None, port=None,
check_host_keys='enforce', password=None, identity_file=None,