Skip to content

Commit

Permalink
prevented BiBiGrid from looking for other keys if created key doesn't…
Browse files Browse the repository at this point in the history
… work to spot key issues earlier
  • Loading branch information
XaverStiensmeier committed Sep 12, 2024
1 parent b4f5464 commit 0c4a86a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bibigrid/core/utility/handler/ssh_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,6 @@ def execute_ssh(ssh_data, log):
ssh_data["filepaths"] = []
if ssh_data.get("commands") is None:
ssh_data["commands"] = []
print(ssh_data["private_key"])
input("waiting")
paramiko_key = paramiko.ECDSAKey.from_private_key_file(ssh_data["private_key"])
with paramiko.SSHClient() as client:
client.set_missing_host_key_policy(paramiko.AutoAddPolicy())
Expand Down

0 comments on commit 0c4a86a

Please sign in to comment.