C# (CSharp) Renci.SshNet Namespace

Nested Namespaces

Renci.SshNet.Abstractions
Renci.SshNet.Channels
Renci.SshNet.Common
Renci.SshNet.Compression
Renci.SshNet.Messages
Renci.SshNet.NetConf
Renci.SshNet.Security
Renci.SshNet.Sftp
Renci.SshNet.Tests

Classes

Name Description
AuthenticationMethod Base class for all supported authentication methods
BaseClient Serves as base class for client implementations, provides common client functionality.
CipherInfo Holds information about key size and cipher to use
ClientAuthentication
ClientAuthentication.AuthenticationState
CommandAsyncResult Provides additional information for asynchronous command execution
ConnectionInfo Represents remote connection information class.
ExpectAction Specifies behavior for expected expression
Extensions Collection of different extension method specific for .NET 4.0
ForwardedPort Base class for port forwarding functionality.
ForwardedPortDynamic
ForwardedPortLocal Provides functionality for local port forwarding
ForwardedPortRemote Provides functionality for remote port forwarding
ForwardedPortStatus
HashInfo Holds information about key size and cipher to use
KeyboardInteractiveAuthenticationMethod Provides functionality to perform keyboard interactive authentication.
KeyboardInteractiveConnectionInfo Provides connection information when keyboard interactive authentication method is used
NetConfClient Contains operation for working with NetConf server.
NoneAuthenticationMethod Provides functionality for "none" authentication method
PasswordAuthenticationMethod Provides functionality to perform password authentication.
PasswordConnectionInfo Provides connection information when password authentication method is used
PrivateKeyAuthenticationMethod Provides functionality to perform private key authentication.
PrivateKeyAuthenticationMethod.SignatureData
PrivateKeyConnectionInfo Provides connection information when private key authentication method is used
PrivateKeyFile Represents private key information.
ScpClient Provides SCP client functionality.
ServiceFactory
Session
SftpClient
Shell Represents instance of the SSH shell object
ShellStream Contains operation for working with SSH Shell.
SshClient Provides client connection to SSH server.
SshCommand Represents SSH command that can be executed.
SshMessageFactory
SshMessageFactory.MessageMetadata
SubsystemSession Base class for SSH subsystem implementations