Terminal SSH
This extension allows you to easily establish SSH connections using VSCode's terminal.
Features
- Start SSH connections directly within VSCode's terminal.
- Connect by selecting hosts from your existing SSH configuration file (
~/.ssh/config ).
- Choose hosts from a quick pick menu or manually enter new connection information.
Usage
- Open the command palette (
Ctrl + Shift + P ).
- Execute the
Terminal-SSH: Connect to host in terminal... command.
- You can also select from the
Open a Remote Window option.

- When you connect to a selected host, a new terminal will be opened.
Configuration
You can specify a custom SSH configuration file in settings.json :
{
"terminal-ssh.sshConfigPath": "C:\\tmp\\custom-config"
}
| |