[local app} Add an option to regenerate SSH configuration #6032
Labels
component: local app
editor: code (browser)
meta: stale
This issue/PR is stale and will be closed soon
team: IDE
About this Issue
In the current situation where the Gitpod Remote extension jsut modifies
remote.SSH.configFile
(which is currently there's no Windows or Linux-specific way to configure it, lemme find that issue inMicrosoft/vscode-remote-release
repo) instead of dumping configuration to~/.ssh/config
, sometimes that configuration in/tmp
directory (%USERPROFILE%\AppData\Local\Temp
in Windows) can either get deleted by the local-companion app, the user itself as do some cleanup or worst some process who just dorm -rfv /tmp
.In case the config is probably erased or borked, I should have the option to regenerate the contents of config file as possible, through an option in Command Palette to re-add SSH configuration back.
Possibly Related Issues
remote.SSH.configFile
setting #5889The text was updated successfully, but these errors were encountered: