The Maverick.NET SSH API

SSHSession Interface

Base interface for SSH sessions supporting all the features common to both SSH1 and SSH2.

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

[Visual Basic]
Public Interface SSHSession
    Implements SSHChannel, SSHIO
[C#]
public interface SSHSession : SSHChannel, SSHIO

Types that implement SSHSession

Type Description
SSH1Session Implementation of an SSH1 SSHSession.
SSH2Session Implementation of an SSH2 SSHSession

Remarks

Sessions are created using the SSHClient. Once a session has been obtained the session will not be active until you execute a command, start the users shell or in the case of SSH2 sessions start a subsystem.

Requirements

Namespace: Maverick.SSH

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

See Also

SSHSession Members | Maverick.SSH Namespace