Table of Contents

Struct HostAuthenticationContext

Namespace
Tmds.Ssh
Assembly
Tmds.Ssh.dll

Context for host key authentication.

public struct HostAuthenticationContext
Inherited Members

Properties

ConnectionInfo

Gets the SSH connection information.

public readonly SshConnectionInfo ConnectionInfo { get; }

Property Value

SshConnectionInfo

IsBatchMode

Returns whether batch (non-interactive) mode is enabled.

public bool IsBatchMode { get; }

Property Value

bool

Remarks

In batch mode the HostAuthentication delegate mustn't make interactive prompts.

KnownHostResult

Gets the known host verification result.

public readonly KnownHostResult KnownHostResult { get; }

Property Value

KnownHostResult