Browse Source
Disable DSA ssh keys by default (#13056)
Disable DSA ssh keys by default (#13056)
* 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 <art27@cantab.net> * Just disable DSA keys by default Signed-off-by: Andrew Thornton <art27@cantab.net> * Appears we need to set the minimum key sizes too Signed-off-by: Andrew Thornton <art27@cantab.net> * Appears we need to set the minimum key sizes too Signed-off-by: Andrew Thornton <art27@cantab.net> * Remove DSA type * Fix Tests Co-authored-by: techknowlogick <techknowlogick@gitea.io> Co-authored-by: Lauris BH <lauris@nix.lv>mj-v1.14.3
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 25 additions and 22 deletions
-
2custom/conf/app.example.ini
-
2docker/root/etc/templates/sshd_config
-
4docs/content/doc/advanced/config-cheat-sheet.en-us.md
-
4integrations/api_admin_test.go
-
6integrations/api_keys_test.go
-
4models/ssh_key_test.go
-
21modules/setting/setting.go
-
4routers/repo/settings_test.go
Write
Preview
Loading…
Cancel
Save
Reference in new issue