Skip to content

Commit

Permalink
Merge pull request #6144 from oliver-sanders/ssh-client-fix
Browse files Browse the repository at this point in the history
client: fix SSH client
  • Loading branch information
wxtim authored Jun 17, 2024
2 parents dfd316a + 8170b85 commit 2373511
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cylc/flow/network/ssh_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ async def async_request(
'ssh command': ssh_cmd,
'cylc path': cylc_path,
'use login shell': login_sh,
'ssh forward environment variables': [],
}
# NOTE: this can not raise NoHostsError
# because we have provided the host
Expand Down

0 comments on commit 2373511

Please sign in to comment.