Skip to content
Snippets Groups Projects
Select Git revision
  • master default
1 result

20_github

  • nimrod's avatar
    64359e2e
    SSH security. · 64359e2e
    nimrod authored
    - Replace the RSA key for GitHub with an ed25519 one.
    - Refactor the security configuration in 99_default. Make them easier to
      maintain by sepcifying what *not* to use.
    - In the OpenSSH 8.5 release notes it is mentioned that the ssh-rsa
      signature scheme will be deperecated. Be proactive and disable it.
    - Replace the RSA key for *.shore.co.il with a ed25519 one (keep to the
      ecdsa so as not to just a single key). Keep it for ea6350, Dropbear in
      OpenWRT 19.07 doesn't support other key types.
    64359e2e
    History
    SSH security.
    nimrod authored
    - Replace the RSA key for GitHub with an ed25519 one.
    - Refactor the security configuration in 99_default. Make them easier to
      maintain by sepcifying what *not* to use.
    - In the OpenSSH 8.5 release notes it is mentioned that the ssh-rsa
      signature scheme will be deperecated. Be proactive and disable it.
    - Replace the RSA key for *.shore.co.il with a ed25519 one (keep to the
      ecdsa so as not to just a single key). Keep it for ea6350, Dropbear in
      OpenWRT 19.07 doesn't support other key types.