Skip to content

Commit 2373511

Browse files
authored
Merge pull request #6144 from oliver-sanders/ssh-client-fix
client: fix SSH client
2 parents dfd316a + 8170b85 commit 2373511

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)