microsoft/Terminal

Add support for includes in SSH profile generator

Offen

#19.555 geöffnet am 13.11.2025

 (1 Kommentar) (2 Reaktionen) (0 zugewiesene Personen)C++ (9.275 Forks)batch import
Help WantedIssue-TaskPriority-3Product-Terminal

Repository-Metriken

Stars
 (103.173 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 27T 19h) (24 gemergte PRs in 30 T)

Beschreibung

Description of the new feature

SSH profile generator currently doesn't seems to support includes so:

.ssh/config:
Include config.d/*

.ssh/config.d/:
config1
config2
config3

result in no profile being generated.

I do think it is a common was to structure profiles, especially when having many, would be nice for it to work in terminal.

Proposed technical implementation details

No response

Contributor Guide