[PR #206] [MERGED] feat: support ssh key passphrase #866

Closed
opened 2026-03-03 01:06:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/206
Author: @fudiwei
Created: 10/16/2024
Status: Merged
Merged: 10/16/2024
Merged by: @usual2970

Base: mainHead: feat/ssh-key-passphrase


📝 Commits (1)

  • 71f43c5 feat: support ssh key passphrase

📊 Changes

8 files changed (+70 additions, -349 deletions)

View changed files

📝 internal/deployer/ssh.go (+22 -11)
📝 ui/dist/assets/index-DIhd7QG6.js (+3 -3)
ui/dist/assets/index-DipHpsma.js (+0 -324)
📝 ui/dist/index.html (+3 -3)
📝 ui/src/components/certimate/AccessSSHForm.tsx (+28 -6)
📝 ui/src/domain/access.ts (+1 -0)
📝 ui/src/i18n/locales/en/nls.access.json (+7 -1)
📝 ui/src/i18n/locales/zh/nls.access.json (+6 -1)

📄 Description

此 PR 包含以下变更:

  • feat: SSH 部署支持设置 Key 口令(即私钥密码),关闭 #194

🔄 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/certimate-go/certimate/pull/206 **Author:** [@fudiwei](https://github.com/fudiwei) **Created:** 10/16/2024 **Status:** ✅ Merged **Merged:** 10/16/2024 **Merged by:** [@usual2970](https://github.com/usual2970) **Base:** `main` ← **Head:** `feat/ssh-key-passphrase` --- ### 📝 Commits (1) - [`71f43c5`](https://github.com/certimate-go/certimate/commit/71f43c5bd45f40ddc5e8a448f4cf93d613f45516) feat: support ssh key passphrase ### 📊 Changes **8 files changed** (+70 additions, -349 deletions) <details> <summary>View changed files</summary> 📝 `internal/deployer/ssh.go` (+22 -11) 📝 `ui/dist/assets/index-DIhd7QG6.js` (+3 -3) ➖ `ui/dist/assets/index-DipHpsma.js` (+0 -324) 📝 `ui/dist/index.html` (+3 -3) 📝 `ui/src/components/certimate/AccessSSHForm.tsx` (+28 -6) 📝 `ui/src/domain/access.ts` (+1 -0) 📝 `ui/src/i18n/locales/en/nls.access.json` (+7 -1) 📝 `ui/src/i18n/locales/zh/nls.access.json` (+6 -1) </details> ### 📄 Description 此 PR 包含以下变更: - **feat**: SSH 部署支持设置 Key 口令(即私钥密码),关闭 #194 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:06:35 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certimate#866
No description provided.