You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 24, 2022. It is now read-only.
Just scanned a machine and it recommends "Remove these key exchange algorithms: curve25519-sha256". Since this is probably the best one, it should not be removed. I guess this happens because ssh_scan is only aware of [email protected] (including the @... part).
The text was updated successfully, but these errors were encountered:
For the record - which precise builds of your software combination are you
using (of SSH and SSL libraries) that advertises the cipher without the @
suffix?
On Sun, Jul 16, 2017 at 07:05 Jannik Vieten ***@***.***> wrote:
Just scanned a machine and it recommends "Remove these key exchange
algorithms: curve25519-sha256". Since this is probably the best one, it
should not be removed. I guess this happens because ssh_scan is only aware
of ***@***.*** (including the @... part).
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#405>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAFqDB9buTZBkZIPjzJBQase25Y0T-RTks5sOhivgaJpZM4OZTnc>
.
claudijd
changed the title
ssh_scan tells me to remove curve25519-sha256
Cipher compliance should be implementation independant (cipher == cipher@implementation => true)
Jul 20, 2017
This is also a duplicate of mozilla/ssh_scan_api#79, but since the fix is in the ssh_scan lib I'll keep this as a parent and link so the other reporter has visibility that a fix is underway.
Just scanned a machine and it recommends "Remove these key exchange algorithms: curve25519-sha256". Since this is probably the best one, it should not be removed. I guess this happens because ssh_scan is only aware of
[email protected]
(including the @... part).The text was updated successfully, but these errors were encountered: