Skip to content

Commit

Permalink
set proxy tunnel src to 22
Browse files Browse the repository at this point in the history
  • Loading branch information
MehmedGIT committed Mar 7, 2024
1 parent dd385d7 commit 13e4542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/operandi_utils/hpc/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def establish_proxy_tunnel(
dst_host: str,
dst_port: int = 22,
src_host: str = 'localhost',
src_port: int = 0,
src_port: int = 22,
channel_kind: str = 'direct-tcpip',
) -> Channel:
proxy_transport = self.ssh_proxy_client.get_transport()
Expand Down

0 comments on commit 13e4542

Please sign in to comment.