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.
1 parent ad3f0dc commit e2c0ed2Copy full SHA for e2c0ed2
test/Renci.SshNet.IntegrationTests/TestsFixtures/InfrastructureFixture.cs
@@ -47,7 +47,7 @@ public async Task InitializeAsync()
47
#pragma warning restore MA0144 // use System.OperatingSystem to check the current OS
48
{
49
SshServerPort = 2222;
50
- SshServerHostName = "localhost";
+ SshServerHostName = "127.0.0.1";
51
await Task.Delay(1_000);
52
return;
53
}
0 commit comments