Struct HostAuthenticationContext
Context for host key authentication.
public struct HostAuthenticationContext
- Inherited Members
Properties
ConnectionInfo
Gets the SSH connection information.
public readonly SshConnectionInfo ConnectionInfo { get; }
Property Value
IsBatchMode
Returns whether batch (non-interactive) mode is enabled.
public bool IsBatchMode { get; }
Property Value
Remarks
In batch mode the HostAuthentication delegate mustn't make interactive prompts.
KnownHostResult
Gets the known host verification result.
public readonly KnownHostResult KnownHostResult { get; }