Unverified Commit 39f0076c authored by Zachary Anderson's avatar Zachary Anderson Committed by GitHub

[frdp] Use 'true' instead of 'date' for dummy ssh tunnel command (#18680)

parent a18f5e84
......@@ -558,7 +558,7 @@ class _SshPortForwarder implements PortForwarder {
}
final String targetAddress =
isIpV6 && interface.isNotEmpty ? '$address%$interface' : address;
const String dummyRemoteCommand = 'date';
const String dummyRemoteCommand = 'true';
command.addAll(<String>[
'-nNT',
'-f',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment