diff --git a/dms_datastore/download_cimis.py b/dms_datastore/download_cimis.py index f5fd384..dc460ce 100644 --- a/dms_datastore/download_cimis.py +++ b/dms_datastore/download_cimis.py @@ -39,7 +39,7 @@ def __init__(self, base_dir=".", password="xxx"): # Create an SSH client ssh = paramiko.SSHClient() # Load system SSH keys - ssh.load_system_host_keys() + # ssh.load_system_host_keys() # Add the server's SSH key automatically if missing ssh.set_missing_host_key_policy(paramiko.AutoAddPolicy()) # Connect to the server