mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-18 12:08:51 +00:00
* Disable DSA ssh keys by default OpenSSH has disabled DSA keys since version 7.0 As the docker runs openssh > v7.0 we should just disable DSA keys by default. Refers to #11417 Signed-off-by: Andrew Thornton <[email protected]> * Just disable DSA keys by default Signed-off-by: Andrew Thornton <[email protected]> * Appears we need to set the minimum key sizes too Signed-off-by: Andrew Thornton <[email protected]> * Appears we need to set the minimum key sizes too Signed-off-by: Andrew Thornton <[email protected]> * Remove DSA type * Fix Tests Co-authored-by: techknowlogick <[email protected]> Co-authored-by: Lauris BH <[email protected]>