microsoft/Terminal

Add support for includes in SSH profile generator

开放

#19,555 创建于 2025年11月13日

 (1 条评论) (2 个反应) (0 位负责人)C++ (9,275 个派生)batch import
Help WantedIssue-TaskPriority-3Product-Terminal

仓库指标

星标
 (103,173 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南