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

Renci.SshNet.Messages.Authentication.InformationRequestMessage

Represents SSH_MSG_USERAUTH_INFO_REQUEST message.
public string Instruction { get; }

Gets information request instruction.

public string Language { get; }

Gets information request language.

public string Name { get; }

Gets information request name.

Gets information request prompts.