Search Results for

    Class AMNetSshAlgorithms.KeyExchange

    SSH key exchange algorithm names, including Curve25519, ECDH, and MODP Diffie-Hellman methods.

    Inheritance
    object
    AMNetSshAlgorithms.KeyExchange
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: ApacheMinaSSHD.NET.Wrapper
    Assembly: ApacheMinaSSHD.NET.Wrapper.dll
    Syntax
    public static class AMNetSshAlgorithms.KeyExchange

    Fields

    | Edit this page View Source

    Curve25519Sha256

    Curve25519 SHA-256 key exchange for SSH, described by RFC 8731.

    Declaration
    public const string Curve25519Sha256 = "curve25519-sha256"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Curve25519Sha256LibSsh

    Historical OpenSSH/libssh Curve25519 SHA-256 key exchange name.

    Declaration
    public const string Curve25519Sha256LibSsh = "curve25519-sha256@libssh.org"
    Field Value
    Type Description
    string
    | Edit this page View Source

    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
    | Edit this page View Source

    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
    | Edit this page View Source

    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
    | Edit this page View Source

    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
    | Edit this page View Source

    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
    | Edit this page View Source

    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
    • Edit this page
    • View Source
    In this article
    Back to top Porta SFTP ServerGitHubApacheMinaSSHD.NET Generated by DocFX