mirror of
https://github.com/therealpaulgg/ssh-sync-server.git
synced 2026-04-25 15:45:49 +03:00
[PR #31] [CLOSED] [WIP] Add known_hosts file syncing #34
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ssh-sync-server#34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/therealpaulgg/ssh-sync-server/pull/31
Author: @Copilot
Created: 5/22/2025
Status: ❌ Closed
Base:
main← Head:copilot/fix-30📝 Commits (3)
554b408Initial plan for issued7922cbInitial plan for adding known_hosts file syncingb7708dfAdd 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
SshConfigmodel to include aKnownHostsfieldFixes #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.