We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfd316a + 8170b85 commit 2373511Copy full SHA for 2373511
cylc/flow/network/ssh_client.py
@@ -67,6 +67,7 @@ async def async_request(
67
'ssh command': ssh_cmd,
68
'cylc path': cylc_path,
69
'use login shell': login_sh,
70
+ 'ssh forward environment variables': [],
71
}
72
# NOTE: this can not raise NoHostsError
73
# because we have provided the host
0 commit comments