[PR #54] [MERGED] 51 25 key management #63

Closed
opened 2026-02-28 01:17:03 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/therealpaulgg/ssh-sync/pull/54
Author: @therealpaulgg
Created: 10/30/2024
Status: Merged
Merged: 10/30/2024
Merged by: @therealpaulgg

Base: mainHead: 51-25-key-management


📝 Commits (10+)

📊 Changes

27 files changed (+1032 additions, -88 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 .vscode/launch.json (+8 -9)
.vscode/tasks.json (+33 -0)
📝 go.mod (+24 -2)
📝 go.sum (+77 -0)
📝 main.go (+10 -2)
📝 pkg/actions/challenge-response.go (+8 -6)
📝 pkg/actions/download.go (+51 -35)
pkg/actions/interactive/main.go (+33 -0)
pkg/actions/interactive/states/common.go (+63 -0)
pkg/actions/interactive/states/delete-ssh-key.go (+74 -0)
pkg/actions/interactive/states/error-state.go (+40 -0)
pkg/actions/interactive/states/main-menu.go (+68 -0)
pkg/actions/interactive/states/main.go (+55 -0)
pkg/actions/interactive/states/ssh-key-content.go (+107 -0)
pkg/actions/interactive/states/ssh-key-manager.go (+84 -0)
pkg/actions/interactive/states/ssh-key-options.go (+75 -0)
pkg/actions/interactive/states/styles.go (+26 -0)
📝 pkg/actions/list-machines.go (+1 -1)
📝 pkg/actions/remove-machine.go (+1 -1)

...and 7 more files

📄 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/therealpaulgg/ssh-sync/pull/54 **Author:** [@therealpaulgg](https://github.com/therealpaulgg) **Created:** 10/30/2024 **Status:** ✅ Merged **Merged:** 10/30/2024 **Merged by:** [@therealpaulgg](https://github.com/therealpaulgg) **Base:** `main` ← **Head:** `51-25-key-management` --- ### 📝 Commits (10+) - [`893f1a3`](https://github.com/therealpaulgg/ssh-sync/commit/893f1a3d3e191ee11fa3d09149ef7831152642cd) cool TUI stuff - [`925b33b`](https://github.com/therealpaulgg/ssh-sync/commit/925b33bc5dae9d381e2051bec1b4839b63989920) refactoring stuff - [`d634610`](https://github.com/therealpaulgg/ssh-sync/commit/d6346102711b3fcc2aa00886ce33fdc5ab5b88a3) AI refactor - [`57c9765`](https://github.com/therealpaulgg/ssh-sync/commit/57c9765b02c757dfee6a74a31c4fdeed0dd5733a) begin programming extra features - [`dde6d51`](https://github.com/therealpaulgg/ssh-sync/commit/dde6d51529e50430608d2ac0333628a855d0c656) sigh. idk if this is better - [`8f43cd7`](https://github.com/therealpaulgg/ssh-sync/commit/8f43cd7d90d787041d30033712cc1cadfe1a6d10) debugger - [`db89fad`](https://github.com/therealpaulgg/ssh-sync/commit/db89fad81c411869eb62a0d78b87368fbd4c8162) i have fixed the state - [`3503646`](https://github.com/therealpaulgg/ssh-sync/commit/350364676baf9ef4b146c3f4e79280f6179bf1b9) current working version - [`5412c24`](https://github.com/therealpaulgg/ssh-sync/commit/5412c24adb2eb87f9f5a1c3567f0ab3f9df22a7f) global header - [`2b31999`](https://github.com/therealpaulgg/ssh-sync/commit/2b319998bef0b52bc87bb5f3563a181c325f4998) delete key working ### 📊 Changes **27 files changed** (+1032 additions, -88 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `.vscode/launch.json` (+8 -9) ➕ `.vscode/tasks.json` (+33 -0) 📝 `go.mod` (+24 -2) 📝 `go.sum` (+77 -0) 📝 `main.go` (+10 -2) 📝 `pkg/actions/challenge-response.go` (+8 -6) 📝 `pkg/actions/download.go` (+51 -35) ➕ `pkg/actions/interactive/main.go` (+33 -0) ➕ `pkg/actions/interactive/states/common.go` (+63 -0) ➕ `pkg/actions/interactive/states/delete-ssh-key.go` (+74 -0) ➕ `pkg/actions/interactive/states/error-state.go` (+40 -0) ➕ `pkg/actions/interactive/states/main-menu.go` (+68 -0) ➕ `pkg/actions/interactive/states/main.go` (+55 -0) ➕ `pkg/actions/interactive/states/ssh-key-content.go` (+107 -0) ➕ `pkg/actions/interactive/states/ssh-key-manager.go` (+84 -0) ➕ `pkg/actions/interactive/states/ssh-key-options.go` (+75 -0) ➕ `pkg/actions/interactive/states/styles.go` (+26 -0) 📝 `pkg/actions/list-machines.go` (+1 -1) 📝 `pkg/actions/remove-machine.go` (+1 -1) _...and 7 more files_ </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-02-28 01:17:03 +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/ssh-sync#63
No description provided.