microsoft/Terminal

Add support for includes in SSH profile generator

Open

#19 555 ouverte le 13 nov. 2025

Voir sur GitHub
 (1 commentaire) (2 réactions) (0 assignés)C++ (3 212 forks)batch import
Help WantedIssue-TaskPriority-3Product-Terminal

Métriques du dépôt

Stars
 (35 764 stars)
Métriques de merge PR
 (Merge moyen 27j 19h) (24 PRs mergées en 30 j)

Description

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

Guide contributeur