[PR #913] [MERGED] Configurable SSH cipher suite #15649

Closed
opened 2025-11-02 11:51:30 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/913
Author: @spacetourist
Created: 2/12/2017
Status: Merged
Merged: 10/21/2017
Merged by: @lafriks

Base: masterHead: master


📝 Commits (7)

  • 139a538 Configurable SSH cipher suite
  • 9286f58 Merge branch 'master' into master
  • 5865a28 Update configuration file comment
  • 372a1c7 Add default in settings loading code
  • c3a8c48 Fix fmt and log messsage
  • 99633ae Remove default from code as this could probably might not be good idea
  • 3b66029 Merge branch 'master' into master

📊 Changes

4 files changed (+11 additions, -3 deletions)

View changed files

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

📄 Description

As requested, merging change from Gogs.io


🔄 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/913 **Author:** [@spacetourist](https://github.com/spacetourist) **Created:** 2/12/2017 **Status:** ✅ Merged **Merged:** 10/21/2017 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (7) - [`139a538`](https://github.com/go-gitea/gitea/commit/139a5382e65e6b3216089a8a636bcb48944247d5) Configurable SSH cipher suite - [`9286f58`](https://github.com/go-gitea/gitea/commit/9286f58123d402150b67652f2944557ae41c0c4e) Merge branch 'master' into master - [`5865a28`](https://github.com/go-gitea/gitea/commit/5865a284e0f160a10b4c7839e223b0d867d0af14) Update configuration file comment - [`372a1c7`](https://github.com/go-gitea/gitea/commit/372a1c716e5c574447fdec55a34df1a091e8bc59) Add default in settings loading code - [`c3a8c48`](https://github.com/go-gitea/gitea/commit/c3a8c485c0ac4b35b56b26f53a27a3d0aeb4df7f) Fix fmt and log messsage - [`99633ae`](https://github.com/go-gitea/gitea/commit/99633ae38a2e0a053e9c4b66c75cf74861dcf3a5) Remove default from code as this could probably might not be good idea - [`3b66029`](https://github.com/go-gitea/gitea/commit/3b660294f5f2f1e7857615353f48b42f2aee400f) Merge branch 'master' into master ### 📊 Changes **4 files changed** (+11 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `conf/app.ini` (+3 -0) 📝 `modules/setting/setting.go` (+2 -0) 📝 `modules/ssh/ssh.go` (+4 -1) 📝 `routers/init.go` (+2 -2) </details> ### 📄 Description As requested, merging change from Gogs.io --- <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 11:51:30 -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#15649