Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunsi committed Sep 21, 2024
1 parent 4420f39 commit f7eb9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voctopublish/api_client/voctoweb_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def _connect_ssh(self):
"""
LOG.info("Establishing SSH connection")
self.ssh = paramiko.SSHClient()
LOG.getLogger("paramiko").setLevel(LOG.INFO)
logging.getLogger("paramiko").setLevel(logging.INFO)
# TODO set hostkey handling via config
# client.get_host_keys().add(upload_host,'ssh-rsa', key)
self.ssh.load_system_host_keys()
Expand Down

0 comments on commit f7eb9c7

Please sign in to comment.