Skip to content

Commit 8170b85

Browse files
comms: fix SSH comms
* SSH->TCP client was missing the `ssh forward environment variables` key. * This PR gives it an empty placeholder value for now.
1 parent dfd316a commit 8170b85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cylc/flow/network/ssh_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ async def async_request(
6767
'ssh command': ssh_cmd,
6868
'cylc path': cylc_path,
6969
'use login shell': login_sh,
70+
'ssh forward environment variables': [],
7071
}
7172
# NOTE: this can not raise NoHostsError
7273
# because we have provided the host

0 commit comments

Comments
 (0)