Hat sich erledigt, damit die Fehlermeldung verschwindet, muss ein neuer Alias angelegt werden, andernfalls wird kein Sync getriggert.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menunmap -p 22 -sS --script ssh2-enum-algos.nse $IP_DEINER_OPNSENSE
# key exchange algorithms
(kex) ecdh-sha2-nistp256 -- [fail] using weak elliptic curves
(kex) ecdh-sha2-nistp384 -- [fail] using weak elliptic curves
(kex) ecdh-sha2-nistp521 -- [fail] using weak elliptic curves
(kex) diffie-hellman-group-exchange-sha256 -- [warn] using custom size modulus (possibly weak)
(kex) diffie-hellman-group14-sha1 -- [warn] using weak hashing algorithm
# host-key algorithms
(key) ecdsa-sha2-nistp256 -- [fail] using weak elliptic curves
`- [warn] using weak random number generator could reveal the key
# message authentication code algorithms
(mac) umac-64-etm@openssh.com -- [warn] using small 64-bit tag size
(mac) hmac-sha1-etm@openssh.com -- [warn] using weak hashing algorithm
(mac) umac-64@openssh.com -- [warn] using encrypt-and-MAC mode
`- [warn] using small 64-bit tag size
(mac) umac-128@openssh.com -- [warn] using encrypt-and-MAC mode
(mac) hmac-sha2-256 -- [warn] using encrypt-and-MAC mode
(mac) hmac-sha2-512 -- [warn] using encrypt-and-MAC mode
(mac) hmac-sha1 -- [warn] using encrypt-and-MAC mode
`- [warn] using weak hashing algorithm
# algorithm recommendations (for OpenSSH 7.9)
(rec) -diffie-hellman-group14-sha1 -- kex algorithm to remove
(rec) -diffie-hellman-group-exchange-sha256 -- kex algorithm to remove
(rec) -ecdh-sha2-nistp256 -- kex algorithm to remove
(rec) -ecdh-sha2-nistp384 -- kex algorithm to remove
(rec) -ecdh-sha2-nistp521 -- kex algorithm to remove
(rec) -ecdsa-sha2-nistp256 -- key algorithm to remove
(rec) -hmac-sha1 -- mac algorithm to remove
(rec) -hmac-sha2-256 -- mac algorithm to remove
(rec) -hmac-sha2-512 -- mac algorithm to remove
(rec) -umac-64@openssh.com -- mac algorithm to remove
(rec) -umac-128@openssh.com -- mac algorithm to remove
(rec) -hmac-sha1-etm@openssh.com -- mac algorithm to remove
(rec) -umac-64-etm@openssh.com -- mac algorithm to remove