Skip to content

Commit

Permalink
comms: fix SSH comms
Browse files Browse the repository at this point in the history
* SSH->TCP client was missing the `ssh forward environment variables`
  key.
* This PR gives it an empty placeholder value for now.
  • Loading branch information
oliver-sanders committed Jun 14, 2024
1 parent dfd316a commit 8170b85
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 8170b85

Please sign in to comment.