Skip to content

Commit

Permalink
trigger cicd pipeline again for port 22
Browse files Browse the repository at this point in the history
  • Loading branch information
MehmedGIT committed Mar 12, 2024
1 parent 1d050c3 commit 3c4c7cb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/utils/operandi_utils/hpc/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,10 +248,7 @@ def create_ssh_connection_to_hpc_by_iteration(self, try_times: int = 1) -> None:
self.ssh_hpc_client = None
self.last_used_hpc_host = None
try:
self.reconnect_if_required(
hpc_host=hpc_host, hpc_port=22,
proxy_host=proxy_host, proxy_port=22
)
self.reconnect_if_required(hpc_host=hpc_host, proxy_host=proxy_host)
return # all connections were successful
except Exception as error:
self.log.error(f"""
Expand Down

0 comments on commit 3c4c7cb

Please sign in to comment.