Namespace Renci.SshNet | SSH.NET - A Secure Shell (SSH) library for .NET, optimized for parallelism (original) (raw)
Namespaces
Classes
Base class for all supported authentication methods.
Serves as base class for client implementations, provides common client functionality.
Holds information about key size and cipher to use.
Represents remote connection information class.
Specifies behavior for expected expression.
Base class for port forwarding functionality.
Provides functionality for forwarding connections from the client to destination servers via the SSH server, also known as dynamic port forwarding.
Provides functionality for local port forwarding.
Provides functionality for remote port forwarding.
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.
Provides data for message events.
Contains operation for working with NetConf server.
Provides functionality for "none" authentication method.
Provides functionality to perform password authentication.
Provides connection information when password authentication method is used.
PrivateKeyAuthenticationMethod
Provides functionality to perform private key authentication.
Provides connection information when private key authentication method is used.
Represents private key information.
Provides access to built-in remote path transformations.
Provides SCP client functionality.
Provides functionality to connect and interact with SSH server.
Implementation of the SSH File Transfer Protocol (SFTP) over SSH.
Represents instance of the SSH shell object.
Contains operation for working with SSH Shell.
Provides client connection to SSH server.
Represents an SSH command that can be executed.
Allows configuring the logging for internal logs of SSH.NET.
Interfaces
Serves as base class for client implementations, provides common client functionality.
Supports port forwarding functionality.
IOrderedDictionary<TKey, TValue>
Represents a collection of key/value pairs that are accessible by the key or index.
Represents private key source interface.
Represents a transformation that can be applied to a remote path.
Implementation of the SSH File Transfer Protocol (SFTP) over SSH.
Provides client connection to SSH server.
Enums
Represents possible authentication methods results.
Specifies the type of proxy client will use to connect to server.