Authenticates to the server using GSSAPI. Kerberos is only supported on Mono. NTLM is supported on Windows and partially on Mono.

Namespace:  Rebex.Net
Assembly:  Rebex.SshShell (in Rebex.SshShell.dll)

Syntax

Visual Basic
Public Sub Login ( _
	credentials As SshGssApiCredentials _
)
C#
public void Login(
	SshGssApiCredentials credentials
)

Parameters

credentials
Type: Rebex.Net..::..SshGssApiCredentials
Credentials.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also