SshServerInfo Class
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9147)
Information about SSH negotiation.
Syntax
public class SshServerInfo
Inherited Members
Properties
Name | Description |
---|---|
Compression |
Name-list of acceptable compression algorithms in order of preference. |
Compression |
Name-list of acceptable compression algorithms in order of preference. |
Encryption |
Name-list of acceptable symmetric encryption algorithms in order of preference. |
Encryption |
Name-list of acceptable symmetric encryption algorithms in order of preference. |
Key |
Name-list of the key exchange algorithms in order of preference. |
Mac |
Name-list of acceptable MAC algorithms in order of preference. |
Mac |
Name-list of acceptable MAC algorithms in order of preference. |
Server |
Name-list of the algorithms supported for the server host key. |
Supports |
Returns a value indicating whether SSH extension negotiation is supported by the server. |
Supports |
Returns a value indicating whether strict key exchange is supported by the server. |