diff --git a/Python/etc/ssh/ssh_known_hosts b/Python/etc/ssh/ssh_known_hosts index 7b03a8a..1e6fd41 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("\n".join(output)) +_out("\n".join(output))