Skip to content

Request to verify it with TLS 1.3 ciphers and check on Renci.SshNet.dll #994

Closed
@ronakt32

Description

@ronakt32

Helo Team,

RHEL 8.6 is not supporting the SSH tunnel via Renci.SshNet.dll, possibly because of the latest TLS 1.3 ciphers

This happens when old communication is via SSL and TLS 1.1 is disabled

Is it possible to update with the latest ciphers and rebuilt the project?

TLS v1.3 supports 5 cipher suites.
– TLS_AES_128_GCM_SHA256
– TLS_AES_256_GCM_SHA384
– TLS_CHACHA20_POLY1305_SHA256
– TLS_AES_128_CCM_SHA256
– TLS_AES_128_CCM_8_SHA256

current dll version I am using is:

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions