• [^] # Re: RSA → ed25519 ?

    Posté par (site web personnel) . En réponse au journal LinuxFr.org : première quinzaine d’août 2023. Évalué à 3.

    man sshd_config

     RequiredRSASize
     Specifies the minimum RSA key size (in bits) that sshd(8) will accept. User and host-based authentication keys smaller than this limit will
     be refused. The default is 1024 bits. Note that this limit may only be raised from the default.
    

    et c'est toujours la valeur par défaut

    # sshd -T|grep -i requiredrsasize
    requiredrsasize 1024