diff --git a/salt/modules/ssh.py b/salt/modules/ssh.py index 02ff0ba27cb0..7a0208678b4e 100644 --- a/salt/modules/ssh.py +++ b/salt/modules/ssh.py @@ -1227,7 +1227,7 @@ def set_known_host(user=None, if fingerprint and fingerprint not in known_fingerprints: return {'status': 'error', - 'error': ('Remote host public keys found but none of their' + 'error': ('Remote host public keys found but none of their ' 'fingerprints match the one you have provided')} if check_required: