0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-18 14:04:30 +01:00
gitea/routers/repo
zeripath ea69ec6f0f
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>
2020-10-09 09:52:57 +03:00
..
activity.go
attachment.go Attachments: Add extension support, allow all types for releases (#12465) 2020-10-05 01:49:33 -04:00
blame.go
branch.go
commit.go
compare.go Attachments: Add extension support, allow all types for releases (#12465) 2020-10-05 01:49:33 -04:00
download.go
editor_test.go
editor.go Attachments: Add extension support, allow all types for releases (#12465) 2020-10-05 01:49:33 -04:00
http.go
issue_dependency.go
issue_label_test.go
issue_label.go
issue_lock.go
issue_stopwatch.go
issue_timetrack.go
issue_watch.go
issue.go Attachments: Add extension support, allow all types for releases (#12465) 2020-10-05 01:49:33 -04:00
lfs.go Add default storage configurations (#12813) 2020-09-29 12:05:13 +03:00
main_test.go
middlewares.go
migrate.go
milestone.go
projects.go
pull_review.go
pull.go Attachments: Add extension support, allow all types for releases (#12465) 2020-10-05 01:49:33 -04:00
release_test.go
release.go Attachments: Add extension support, allow all types for releases (#12465) 2020-10-05 01:49:33 -04:00
repo.go Add IsTemplate option in create repo ui and api (#12942) 2020-09-25 13:18:37 +08:00
search.go
setting_protected_branch.go
setting.go Mirror: Update DB on Address-Update too (#12964) 2020-09-28 15:00:52 -04:00
settings_test.go Disable DSA ssh keys by default (#13056) 2020-10-09 09:52:57 +03:00
topic.go
view.go
webhook.go
wiki_test.go
wiki.go