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

AuthenticationPrompt

public class AuthenticationPrompt
Provides prompt information when AuthenticationPrompt is raised
public int Id { get; }

Gets the prompt sequence id.

public bool IsEchoed { get; }

Gets or sets a value indicating whether the user input should be echoed as characters are typed.

public string Request { get; }

Gets server information request.

public string Response { get; set; }

Gets or sets server information response.

public AuthenticationPrompt(int id, bool isEchoed, string request)

Initializes a new instance of the AuthenticationPrompt class.