mirror of
https://github.com/go-gitea/gitea.git
synced 2024-05-11 05:55:29 +00:00
ea69ec6f0f
* 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]>