microsoft/Terminal

Add support for includes in SSH profile generator

オープン

#19,555 opened on 2025/11/13

 (1 件のコメント) (2 件のリアクション) (0 人の担当者)C++ (9,275 件のフォーク)batch import
Help WantedIssue-TaskPriority-3Product-Terminal

Repository metrics

Stars
 (103,173 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド