diff --git a/src/Renci.SshNet/KeyboardInteractiveAuthenticationMethod.cs b/src/Renci.SshNet/KeyboardInteractiveAuthenticationMethod.cs index 0a18524a..de21309d 100644 --- a/src/Renci.SshNet/KeyboardInteractiveAuthenticationMethod.cs +++ b/src/Renci.SshNet/KeyboardInteractiveAuthenticationMethod.cs @@ -11,7 +11,7 @@ namespace Renci.SshNet /// /// Provides functionality to perform keyboard interactive authentication. /// - public partial class KeyboardInteractiveAuthenticationMethod : AuthenticationMethod, IDisposable + public class KeyboardInteractiveAuthenticationMethod : AuthenticationMethod, IDisposable { private AuthenticationResult _authenticationResult = AuthenticationResult.Failure;