The Maverick.NET SSH API

SSHClient Interface

This interface defines the general contract for an SSH client that is compatible for both the SSH1 and SSH2 protocols.

For a list of all members of this type, see SSHClient Members.

[Visual Basic]
Public Interface SSHClient
[C#]
public interface SSHClient

Types that implement SSHClient

Type Description
SSH1Client Implementation of an SSHClient for the SSH1 protocol.
SSH2Client Implementation of an SSHClient for the SSH2 protocol.

Remarks

This provides general authentication and the opening of sessions. Further features may be available depending upon the version of the SSH server and installed protocol support.

Requirements

Namespace: Maverick.SSH

Assembly: Maverick.NET (in Maverick.NET.dll)

See Also

SSHClient Members | Maverick.SSH Namespace