microsoft/Terminal

Add support for includes in SSH profile generator

Aberta

#19.555 aberto em 13 de nov. de 2025

 (1 comentário) (2 reações) (0 responsável)C++ (9.275 forks)batch import
Help WantedIssue-TaskPriority-3Product-Terminal

Métricas do repositório

Stars
 (103.173 estrelas)
Métricas de merge de PR
 (Mesclagem média 27d 19h) (24 fundiu PRs em 30d)

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

Guia do colaborador