microsoft/Terminal

Add support for includes in SSH profile generator

Aperta

#19.555 aperta il 13 nov 2025

 (1 commento) (2 reazioni) (0 assegnatari)C++ (9275 fork)batch import
Help WantedIssue-TaskPriority-3Product-Terminal

Metriche repository

Star
 (103.173 stelle)
Metriche merge PR
 (Merge medio 27g 19h) (24 PR mergiate in 30 g)

Descrizione

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

Guida contributor