mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-07-11 23:01:46 +03:00
The original key had 2018 bits, which falls short for current security requirements Steps I used: $ ssh-keygen -f tests/keys/certauth/id_rsa -t rsa -b 2048 -C libssh_torture_auth -N '' $ ssh-keygen -s tests/keys/user_ca -I torture_auth_carlos -n alice ./tests/keys/certauth/id_rsa.pub Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>