diff --git a/salt/modules/ssh.py b/salt/modules/ssh.py index aa25259972..957b18faec 100644 --- a/salt/modules/ssh.py +++ b/salt/modules/ssh.py @@ -16,7 +16,7 @@ def _refine_enc(enc): elif dss.count(enc): return 'ssh-dss' else: - return 'ssh=rsa' + return 'ssh-rsa' def _format_auth_line( key,