[PR #31] [CLOSED] [WIP] Add known_hosts file syncing #34

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

📋 Pull Request Information

Original PR: https://github.com/therealpaulgg/ssh-sync-server/pull/31
Author: @Copilot
Created: 5/22/2025
Status: Closed

Base: mainHead: copilot/fix-30


📝 Commits (3)

  • 554b408 Initial plan for issue
  • d7922cb Initial plan for adding known_hosts file syncing
  • b7708df Add KnownHosts field to SshConfig and update data transfer functions

📊 Changes

7 files changed (+130 additions, -25 deletions)

View changed files

📝 README.md (+9 -1)
📝 go.mod (+24 -3)
📝 go.sum (+47 -3)
📝 pkg/database/models/ssh_config.go (+1 -0)
📝 pkg/database/repository/ssh_config.go (+2 -2)
📝 pkg/web/router/routes/data.go (+26 -6)
📝 pkg/web/router/routes/data_test.go (+21 -10)

📄 Description

  • Update the SshConfig model to include a KnownHosts field
  • Update the data transfer functions to handle known_hosts file
  • Update tests to include the new known_hosts functionality
  • Update README.md to document the new feature

Fixes #30.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.


🔄 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-server/pull/31 **Author:** [@Copilot](https://github.com/apps/copilot-swe-agent) **Created:** 5/22/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `copilot/fix-30` --- ### 📝 Commits (3) - [`554b408`](https://github.com/therealpaulgg/ssh-sync-server/commit/554b40894a4e6deebe0ba618ac71ba41489fca96) Initial plan for issue - [`d7922cb`](https://github.com/therealpaulgg/ssh-sync-server/commit/d7922cbfad5e57da8ce02feb0175a47e928252f6) Initial plan for adding known_hosts file syncing - [`b7708df`](https://github.com/therealpaulgg/ssh-sync-server/commit/b7708df989770ccbcf5ac2a343951b40775a8d2c) Add KnownHosts field to SshConfig and update data transfer functions ### 📊 Changes **7 files changed** (+130 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+9 -1) 📝 `go.mod` (+24 -3) 📝 `go.sum` (+47 -3) 📝 `pkg/database/models/ssh_config.go` (+1 -0) 📝 `pkg/database/repository/ssh_config.go` (+2 -2) 📝 `pkg/web/router/routes/data.go` (+26 -6) 📝 `pkg/web/router/routes/data_test.go` (+21 -10) </details> ### 📄 Description - [ ] Update the `SshConfig` model to include a `KnownHosts` field - [ ] Update the data transfer functions to handle known_hosts file - [ ] Update tests to include the new known_hosts functionality - [ ] Update README.md to document the new feature Fixes #30. --- 💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more [Copilot coding agent tips](https://gh.io/copilot-coding-agent-tips) in the docs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 01:18:06 +03:00
Sign in to join this conversation.
No labels
pull-request
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-server#34
No description provided.