We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e56722 commit bc6777eCopy full SHA for bc6777e
docker/transport/sshconn.py
@@ -81,6 +81,7 @@ def __init__(self, base_url, timeout=60,
81
logging.getLogger("paramiko").setLevel(logging.WARNING)
82
self.ssh_client = paramiko.SSHClient()
83
self.ssh_client.load_system_host_keys()
84
+ self.ssh_client.set_missing_host_key_policy(paramiko.WarningPolicy())
85
86
self.base_url = base_url
87
self._connect()
0 commit comments