FluentTerminal
FluentTerminal copied to clipboard
import ~/.ssh/config
I've already configured ~/.ssh/config. Could you add a function to import that config file (automatically or manually) like what VSCode Remote SSH extension does?
Where would you want existing config to be imported? FT is using the Windows SSH client under the hood, so any existing config in ~/.ssh/config will already be taken into account.
Where would you want existing config to be imported? FT is using the Windows SSH client under the hood, so any existing config in ~/.ssh/config will already be taken into account.
When you click setting->New SSH Profile, no items in ~/.ssh/config is shown, thus I have to enter username, host, port and identityFile to add a new item. All information is already in ~/.ssh/config, so there should be a way I don't need to re-enter that.
Where would you want existing config to be imported? FT is using the Windows SSH client under the hood, so any existing config in ~/.ssh/config will already be taken into account.
When you click setting->New SSH Profile, no items in ~/.ssh/config is shown, thus I have to enter username, host, port and identityFile to add a new item. All information is already in ~/.ssh/config, so there should be a way I don't need to re-enter that.
I agree with that feature, could be usefull.