<PackageReference Include="SSH.NET" Version="2024.2.0" />

Renci.SshNet.Messages.Authentication.RequestMessageKeyboardInteractive

Represents "keyboard-interactive" SSH_MSG_USERAUTH_REQUEST message.
public byte[] Language { get; }

Gets message language.

public byte[] SubMethods { get; }

Gets authentication sub methods.

public RequestMessageKeyboardInteractive(ServiceName serviceName, string username)

Initializes a new instance of the RequestMessageKeyboardInteractive class.