-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Internal ssh server respect Ciphers, MACs and KeyExchanges settings #14523
Conversation
@root360-StefanHeitmueller pleace |
bdd704e
to
cfa7d4c
Compare
@root360-StefanHeitmueller pleace update |
@morph027 ping |
@6543 what's missing in the commit? the format fix has been pushed already, CI is passing. |
Need to update with base branch |
Done. |
@root360-StefanHeitmueller can you send a backport? |
Sure. For the |
@root360-StefanHeitmueller yes, just cherry pick the squashed commit ... |
Should be there in #14530 |
* master: (28 commits) [Docs] Clone filters (go-gitea#14555) update docs to show latest stable version (1.13.2) (go-gitea#14550) Adding Chi's GetHead middleware (go-gitea#14541) Changelog v1.13.2 (go-gitea#14535) (go-gitea#14543) [skip ci] Updated translations via Crowdin [API] List, Check, Add & delete endpoints for repository teams (go-gitea#13630) [skip ci] Updated translations via Crowdin rm redirect (go-gitea#14534) Upgrade 'css-minimizer-webpack-plugin' to the latest version (go-gitea#14527) Set the name Mapper in migrations (go-gitea#14526) Internal ssh server respect Ciphers, MACs and KeyExchanges settings (go-gitea#14523) Move middlewares to web/middleware (go-gitea#14480) Add Doctor FixWrongUserType (go-gitea#14522) [skip ci] Updated translations via Crowdin noop (go-gitea#14521) Update docs and comments to remove macaron (go-gitea#14491) [skip ci] Updated translations via Crowdin Fix json charset bug (go-gitea#14514) enhancement: add signoff option in commit form (go-gitea#14516) Fix load time bug (go-gitea#14508) ...
Fix
// TODO: Handle ciphers, keyExchanges, and macs
for internal ssh server.Fix #14518
Details see here (despite it was renamed).
Testconfig:
Before:
Afterwards: