cloudtools / ssh-cert-authority

An implementation of an SSH certificate authority.
BSD 2-Clause "Simplified" License
723 stars 71 forks source link

ssh: Upgrade CA Signatures to RSA-SHA2-256 #49

Open celledge opened 3 years ago

celledge commented 3 years ago

Create a wrapper for SSH Agent Signing to allow using more secure signing algorithms. The default RSA-SHA1 is obsolete and will no longer work with OpenSSH 8.2.

This fixes issue cloudtools/ssh-cert-authority#48