ability to import/show hosts configured in ~/.ssh/config #12981
Labels
Issue-Feature
Complex enough to require an in depth planning process and actual budgeted, scheduled work.
Resolution-Duplicate
There's another issue on the tracker that's pretty much the same thing.
Description of the new feature/enhancement
It would be very handy to be able to import the hosts configured in ~/.ssh/config file as profiles. Or to be imported automatically if it detected that there are hosts configured. I have couple servers where i do remote development on, using vscode. And vscode is using the ~/.ssh/config file for the hosts. Which is very handy. Sometime i only need a terminal. But since Windows Terminal is using its own settigns.json file i need to maintain two different config files for my hosts, which is a little inconvenient.
Proposed technical implementation details (optional)
Maybe a switch in the settings that would scan ~/.ssh/config and import hosts if any are configured. Something like:
"importHostsFromSSHConfigFile": true/false,
The text was updated successfully, but these errors were encountered: