Commit 452a6281 by Sheng

Added two blank lines

parent b666e579
...@@ -80,4 +80,6 @@ class AutoAddPolicy(paramiko.client.MissingHostKeyPolicy): ...@@ -80,4 +80,6 @@ class AutoAddPolicy(paramiko.client.MissingHostKeyPolicy):
f.write('{} {} {}\n'.format( f.write('{} {} {}\n'.format(
hostname, keytype, key.get_base64() hostname, keytype, key.get_base64()
)) ))
paramiko.client.AutoAddPolicy = AutoAddPolicy paramiko.client.AutoAddPolicy = AutoAddPolicy
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment