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

貢獻者指南