We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
NullOpsDevs.LibSsh.Test/Program.cs
1 parent a5518e8 commit 81b492bCopy full SHA for 81b492b
NullOpsDevs.LibSsh.Test/Program.cs
@@ -86,7 +86,7 @@ private static async Task RunAuthenticationTests()
86
await RunTest("Public Key Authentication (no passphrase)", TestPublicKeyAuth);
87
await RunTest("Public Key Authentication (with passphrase)", TestPublicKeyAuthWithPassphrase);
88
await RunTest("Public Key from Memory", TestPublicKeyFromMemory);
89
- await RunTest("SSH Agent Authentication", TestSshAgentAuth);
+ // await RunTest("SSH Agent Authentication", TestSshAgentAuth);
90
}
91
92
private static Task<bool> TestPasswordAuth()
0 commit comments