This commit is contained in:
2023-08-01 13:49:51 +02:00
parent 09ea7f77a3
commit a1ad48a0bc

View File

@@ -17,7 +17,7 @@ class task_thread(threading.Thread):
def read_config():
with open('config.yaml', 'r') as stream:
return yaml.safe_load(stream)
def update_keys(host, port, user, keys):
try:
client = paramiko.SSHClient()