Provides methods for communication with SSH shell servers.

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

Syntax

Visual Basic
Public Class Ssh _
	Inherits NetworkSession _
	Implements IDisposable, IShellChannelFactory
C#
public class Ssh : NetworkSession, IDisposable, IShellChannelFactory

Remarks

All members of this class are thread-safe.

Inheritance Hierarchy

System..::..Object
  Rebex.Net..::..NetworkSession
    Rebex.Net..::..Ssh

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also