diff --git a/Python/etc/ssh/ssh_known_hosts b/Python/etc/ssh/ssh_known_hosts index 5d132f0..7b03a8a 100644 --- a/Python/etc/ssh/ssh_known_hosts +++ b/Python/etc/ssh/ssh_known_hosts @@ -38,4 +38,4 @@ for key in key_machines.keys(): output.append("%s %s" % (','.join(hosts),key)) output.sort() -sys.stdout.write("".join(output)) +sys.stdout.write("\n".join(output))