[PR #5236] [MERGED] Create AuthorizedKeysCommand #17716

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/5236
Author: @zeripath
Created: 10/31/2018
Status: Merged
Merged: 11/1/2018
Merged by: @techknowlogick

Base: masterHead: AuthorizedKeysCommand


📝 Commits (2)

  • 4b41181 Create AuthorizedKeysCommand
  • 0b5115f Merge branch 'master' into AuthorizedKeysCommand

📊 Changes

7 files changed (+136 additions, -19 deletions)

View changed files

📝 cmd/cmd.go (+5 -1)
cmd/keys.go (+85 -0)
📝 custom/conf/app.ini.sample (+3 -0)
📝 docs/content/doc/usage/command-line.md (+21 -0)
📝 main.go (+2 -0)
📝 models/ssh_key.go (+1 -1)
📝 modules/setting/setting.go (+19 -17)

📄 Description

This pull-request adds a subcommand that can be used as an SSH AuthorizedKeysCommand.

The configuration is described in command-line.md.


🔄 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/5236 **Author:** [@zeripath](https://github.com/zeripath) **Created:** 10/31/2018 **Status:** ✅ Merged **Merged:** 11/1/2018 **Merged by:** [@techknowlogick](https://github.com/techknowlogick) **Base:** `master` ← **Head:** `AuthorizedKeysCommand` --- ### 📝 Commits (2) - [`4b41181`](https://github.com/go-gitea/gitea/commit/4b41181ef98ea40fa7a73b331d9d026782851b01) Create AuthorizedKeysCommand - [`0b5115f`](https://github.com/go-gitea/gitea/commit/0b5115f2ff1f4b126985ec3ab1fb0f7effb70687) Merge branch 'master' into AuthorizedKeysCommand ### 📊 Changes **7 files changed** (+136 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `cmd/cmd.go` (+5 -1) ➕ `cmd/keys.go` (+85 -0) 📝 `custom/conf/app.ini.sample` (+3 -0) 📝 `docs/content/doc/usage/command-line.md` (+21 -0) 📝 `main.go` (+2 -0) 📝 `models/ssh_key.go` (+1 -1) 📝 `modules/setting/setting.go` (+19 -17) </details> ### 📄 Description This pull-request adds a subcommand that can be used as an SSH AuthorizedKeysCommand. The configuration is described in command-line.md. --- <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 15:14:48 -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#17716