[PR #28] [MERGED] Ssh key gen #330

Closed
opened 2026-03-03 11:29:25 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dflow-sh/dflow/pull/28
Author: @manikanta9176
Created: 4/3/2025
Status: Merged
Merged: 4/3/2025
Merged by: @manikanta9176

Base: mainHead: ssh-key-gen


📝 Commits (3)

  • 83c7bc8 chore: action to generate ssh keys using ssh2
  • ab162d7 chore: ssh key generation
  • 30a66f7 chore: added encryption for public and private keys

📊 Changes

4 files changed (+240 additions, -45 deletions)

View changed files

📝 src/actions/sshkeys/index.ts (+27 -0)
📝 src/actions/sshkeys/validator.ts (+6 -0)
📝 src/components/sshkeys/CreateSSHKeyForm.tsx (+202 -41)
📝 src/payload/collections/SSHkeys/index.ts (+5 -4)

📄 Description

No description provided


🔄 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/dflow-sh/dflow/pull/28 **Author:** [@manikanta9176](https://github.com/manikanta9176) **Created:** 4/3/2025 **Status:** ✅ Merged **Merged:** 4/3/2025 **Merged by:** [@manikanta9176](https://github.com/manikanta9176) **Base:** `main` ← **Head:** `ssh-key-gen` --- ### 📝 Commits (3) - [`83c7bc8`](https://github.com/dflow-sh/dflow/commit/83c7bc8fa7dd83e5c8c6afcaffd0bf9205e386a2) chore: action to generate ssh keys using ssh2 - [`ab162d7`](https://github.com/dflow-sh/dflow/commit/ab162d7cc76d8b549df6d241e56ddc5c6c03ff81) chore: ssh key generation - [`30a66f7`](https://github.com/dflow-sh/dflow/commit/30a66f783de8351d30ec298efb2943d2bb9a53d3) chore: added encryption for public and private keys ### 📊 Changes **4 files changed** (+240 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `src/actions/sshkeys/index.ts` (+27 -0) 📝 `src/actions/sshkeys/validator.ts` (+6 -0) 📝 `src/components/sshkeys/CreateSSHKeyForm.tsx` (+202 -41) 📝 `src/payload/collections/SSHkeys/index.ts` (+5 -4) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:29:25 +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/dflow#330
No description provided.