-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Closed
Labels
Area-SettingsIssues related to settings and customizability, for console or terminalIssues related to settings and customizability, for console or terminalHelp WantedWe encourage anyone to jump in on these.We encourage anyone to jump in on these.In-PRThis issue has a related PRThis issue has a related PRIssue-TaskIt's a feature request, but it doesn't really need a major design.It's a feature request, but it doesn't really need a major design.Needs-Tag-FixDoesn't match tag requirementsDoesn't match tag requirementsProduct-TerminalThe new Windows Terminal.The new Windows Terminal.
Milestone
Description
maintainer note: hijacking OP to put tasks in here
Originally tracked in #9031
Added in #14042
### Tasks
- [ ] https://github.com/MicrosoftDocs/terminal/issues/641
- [ ] Fix issues that @DHowett found in the parser
- [ ] Something about making the SUI UX easier to use, disable?
Windows Terminal version
1.17.1023
Windows build number
10.0.22621.1413
Other Software
OpenSSH_for_Windows_8.6p1
LibreSSL 3.4.3
Steps to reproduce
- Install Windows Terminal (Preview) through the Microsoft Store
- Install the OpenSSH client from Windows Optional Features
- Create a user OpenSSH config file under %userprofile%.ssh\config:
Host myhost
HostName something.domain.com
User myuser
IdentityFile "C:\Users\myuser\myfolder\id_rsa"
- (Optional) Add "disabledProfileSources" : [ ], to settings.json
- Open Windows Terminal (Preview)
Note: It appears adding "disabledProfileSources" : [ "Windows.Terminal.SSH" ], produces a Value not accepted warning in VsCode as it's not listed in the profiles schema enum.

Expected Behavior
Docs says that "Windows Terminal version 1.XX+ can dynamically generate profiles to connect to the SSH hosts within your OpenSSH config file"
Actual Behavior
Nothing happens
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-SettingsIssues related to settings and customizability, for console or terminalIssues related to settings and customizability, for console or terminalHelp WantedWe encourage anyone to jump in on these.We encourage anyone to jump in on these.In-PRThis issue has a related PRThis issue has a related PRIssue-TaskIt's a feature request, but it doesn't really need a major design.It's a feature request, but it doesn't really need a major design.Needs-Tag-FixDoesn't match tag requirementsDoesn't match tag requirementsProduct-TerminalThe new Windows Terminal.The new Windows Terminal.