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.
| Type | Description |
|---|---|
| SSH1Session | Implementation of an SSH1 SSHSession. |
| SSH2Session | Implementation of an SSH2 SSHSession |
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.
Namespace: Maverick.SSH
Assembly: Maverick.NET (in Maverick.NET.dll)
SSHSession Members | Maverick.SSH Namespace