diff --git a/src/Extension/RemoteDebuggerLauncher/PackageConstants.cs b/src/Extension/RemoteDebuggerLauncher/PackageConstants.cs index 6023f968..705652e8 100644 --- a/src/Extension/RemoteDebuggerLauncher/PackageConstants.cs +++ b/src/Extension/RemoteDebuggerLauncher/PackageConstants.cs @@ -181,6 +181,7 @@ public static class SecureShell public const string DefaultKnownHostsFileName = "known_hosts"; /// SSH key scanner arguments. + /// No space after {2} because SshForceIPv4 includes a trailing space. public const string KeyScanArguments = "{2}-p {1} {0}"; /// Argument for SSH to force IPv4 usage. @@ -190,6 +191,7 @@ public static class SecureShell public const string SshExecutable = "ssh.exe"; /// The SSH arguments to add server fingerprint to known_hosts file. + /// No space after {4} because SshForceIPv4 includes a trailing space. public const string SshArguments = "{0}@{1} {4}-p {2} -i \"{3}\" \"echo DONE\""; /// HTTPS Developer Certificate name.