SshServerInfo Class
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9448)
Information about SSH negotiation.
Syntax
public class SshServerInfo
Inherited Members
Properties
| Name | Description |
|---|---|
| CompressionAlgorithmsClientToServer | Name-list of acceptable compression algorithms in order of preference. |
| CompressionAlgorithmsServerToClient | Name-list of acceptable compression algorithms in order of preference. |
| EncryptionAlgorithmsClientToServer | Name-list of acceptable symmetric encryption algorithms in order of preference. |
| EncryptionAlgorithmsServerToClient | Name-list of acceptable symmetric encryption algorithms in order of preference. |
| KeyExchangeAlgorithms | Name-list of the key exchange algorithms in order of preference. |
| MacAlgorithmsClientToServer | Name-list of acceptable MAC algorithms in order of preference. |
| MacAlgorithmsServerToClient | Name-list of acceptable MAC algorithms in order of preference. |
| ServerHostKeyAlgorithms | Name-list of the algorithms supported for the server host key. |
| SupportsExtensionNegotiation | Returns a value indicating whether SSH extension negotiation is supported by the server. |
| SupportsStrictKeyExchange | Returns a value indicating whether strict key exchange is supported by the server. |