Class AMNetSshAlgorithms.KeyExchange
SSH key exchange algorithm names, including Curve25519, ECDH, and MODP Diffie-Hellman methods.
Inherited Members
Namespace: ApacheMinaSSHD.NET.Wrapper
Assembly: ApacheMinaSSHD.NET.Wrapper.dll
Syntax
public static class AMNetSshAlgorithms.KeyExchange
Fields
| Edit this page View SourceCurve25519Sha256
Curve25519 SHA-256 key exchange for SSH, described by RFC 8731.
Declaration
public const string Curve25519Sha256 = "curve25519-sha256"
Field Value
| Type | Description |
|---|---|
| string |
Curve25519Sha256LibSsh
Historical OpenSSH/libssh Curve25519 SHA-256 key exchange name.
Declaration
public const string Curve25519Sha256LibSsh = "curve25519-sha256@libssh.org"
Field Value
| Type | Description |
|---|---|
| string |
DiffieHellmanGroup14Sha256
Diffie-Hellman group 14 with SHA-256 for SSH, described by RFC 8268.
Declaration
public const string DiffieHellmanGroup14Sha256 = "diffie-hellman-group14-sha256"
Field Value
| Type | Description |
|---|---|
| string |
DiffieHellmanGroup16Sha512
Diffie-Hellman group 16 with SHA-512 for SSH, described by RFC 8268.
Declaration
public const string DiffieHellmanGroup16Sha512 = "diffie-hellman-group16-sha512"
Field Value
| Type | Description |
|---|---|
| string |
DiffieHellmanGroup18Sha512
Diffie-Hellman group 18 with SHA-512 for SSH, described by RFC 8268.
Declaration
public const string DiffieHellmanGroup18Sha512 = "diffie-hellman-group18-sha512"
Field Value
| Type | Description |
|---|---|
| string |
EcdhNistp256
ECDH over NIST P-256 for SSH, described by RFC 5656.
Declaration
public const string EcdhNistp256 = "ecdh-sha2-nistp256"
Field Value
| Type | Description |
|---|---|
| string |
EcdhNistp384
ECDH over NIST P-384 for SSH, described by RFC 5656.
Declaration
public const string EcdhNistp384 = "ecdh-sha2-nistp384"
Field Value
| Type | Description |
|---|---|
| string |
EcdhNistp521
ECDH over NIST P-521 for SSH, described by RFC 5656.
Declaration
public const string EcdhNistp521 = "ecdh-sha2-nistp521"
Field Value
| Type | Description |
|---|---|
| string |