[PR #2806] [MERGED] Configurable SSH key exchange algorithm and MAC suite #16602

Closed
opened 2025-11-02 12:14:25 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2806
Author: @virvum
Created: 10/30/2017
Status: Merged
Merged: 11/2/2017
Merged by: @lunny

Base: masterHead: master


📝 Commits (2)

  • 0dee5fa Configurable SSH key exchange algorithm and MAC suite
  • 065b5b9 Merge branch 'master' into master

📊 Changes

4 files changed (+24 additions, -4 deletions)

View changed files

📝 conf/app.ini (+6 -0)
📝 modules/setting/setting.go (+12 -0)
📝 modules/ssh/ssh.go (+4 -2)
📝 routers/init.go (+2 -2)

📄 Description

Add new configuration keys SSH_SERVER_KEY_EXCHANGES and SSH_SERVER_MACS in order to configure key exchange algorithm and MAC suite.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/2806 **Author:** [@virvum](https://github.com/virvum) **Created:** 10/30/2017 **Status:** ✅ Merged **Merged:** 11/2/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`0dee5fa`](https://github.com/go-gitea/gitea/commit/0dee5fa9632e3d22ad75e97758e13857536d8b59) Configurable SSH key exchange algorithm and MAC suite - [`065b5b9`](https://github.com/go-gitea/gitea/commit/065b5b9bd8138b204256888b9dd98784c9924839) Merge branch 'master' into master ### 📊 Changes **4 files changed** (+24 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `conf/app.ini` (+6 -0) 📝 `modules/setting/setting.go` (+12 -0) 📝 `modules/ssh/ssh.go` (+4 -2) 📝 `routers/init.go` (+2 -2) </details> ### 📄 Description Add new configuration keys `SSH_SERVER_KEY_EXCHANGES` and `SSH_SERVER_MACS` in order to configure key exchange algorithm and MAC suite. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:14:25 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#16602