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 69a42d3 commit 6f567ecCopy full SHA for 6f567ec
src/Renci.SshNet.IntegrationTests/TestsFixtures/InfrastructureFixture.cs
@@ -29,10 +29,8 @@ public static InfrastructureFixture Instance
29
30
public ushort SshServerPort { get; set; }
31
32
- // TODO the user name and password can be injected to dockerfile via arguments
33
public SshUser AdminUser = new SshUser("sshnetadm", "ssh4ever");
34
35
36
public SshUser User = new SshUser("sshnet", "ssh4ever");
37
38
public async Task InitializeAsync()
0 commit comments