[PR #19] [MERGED] Keys should not be case sensitive, allow multiple vals #44

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

📋 Pull Request Information

Original PR: https://github.com/therealpaulgg/ssh-sync/pull/19
Author: @therealpaulgg
Created: 3/20/2023
Status: Merged
Merged: 3/20/2023
Merged by: @therealpaulgg

Base: mainHead: 18-keys-should-not-be-case-sensitive-ie-identityfile


📝 Commits (1)

📊 Changes

6 files changed (+23 additions, -20 deletions)

View changed files

📝 pkg/actions/download.go (+4 -3)
📝 pkg/dto/main.go (+3 -3)
📝 pkg/models/host.go (+3 -3)
📝 pkg/utils/parseconfig.go (+4 -4)
📝 pkg/utils/write.go (+9 -5)
📝 todo.txt (+0 -2)

📄 Description

This PR allows for duplicate keys in the ssh_config and multiple identityfile entries. It also makes identityfile no longer case sensitive.


🔄 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/19 **Author:** [@therealpaulgg](https://github.com/therealpaulgg) **Created:** 3/20/2023 **Status:** ✅ Merged **Merged:** 3/20/2023 **Merged by:** [@therealpaulgg](https://github.com/therealpaulgg) **Base:** `main` ← **Head:** `18-keys-should-not-be-case-sensitive-ie-identityfile` --- ### 📝 Commits (1) - [`ae5d4ce`](https://github.com/therealpaulgg/ssh-sync/commit/ae5d4ced8714e5af9c3bf2dd3c708d531edb7b01) code changes ### 📊 Changes **6 files changed** (+23 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `pkg/actions/download.go` (+4 -3) 📝 `pkg/dto/main.go` (+3 -3) 📝 `pkg/models/host.go` (+3 -3) 📝 `pkg/utils/parseconfig.go` (+4 -4) 📝 `pkg/utils/write.go` (+9 -5) 📝 `todo.txt` (+0 -2) </details> ### 📄 Description This PR allows for duplicate keys in the ssh_config and multiple identityfile entries. It also makes identityfile no longer case sensitive. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 01:16:58 +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#44
No description provided.