Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>internal Terminal SSHNew to Visual Studio Code? Get it now.
internal Terminal SSH

internal Terminal SSH

omni-kobo

|
18 installs
| (0) | Free
Extension to connect to SSH hosts using Terminal
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

  1. Open the command palette (Ctrl + Shift + P).
  2. Execute the Terminal-SSH: Connect to host in terminal... command.
  3. You can also select from the Open a Remote Window option. menu
  4. 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"
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft