Fix = in tailing else

This commit is contained in:
Thomas S Hatch 2011-07-06 21:14:53 -06:00
parent 01103ae384
commit 37c60fb16a

View File

@ -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,