microsoft/Terminal

Add support for includes in SSH profile generator

Open

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

在 GitHub 查看
 (1 评论) (2 反应) (0 负责人)C++ (35,764 star) (3,212 fork)batch import
Help WantedIssue-TaskPriority-3Product-Terminal

描述

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

贡献者指南