Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>SSH Config EnhancedNew to Visual Studio Code? Get it now.
SSH Config Enhanced

SSH Config Enhanced

jamief

|
4,062 installs
| (2) | Free
SSH config editing enhanced, providing autocompletion, validation, include path intellisense and formatting
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

SSH Config Editing Enhanced

ssh

Enhanced SSH Config Language Server extension for Visual Studio Code. Provides autocompletion, syntax highlighting, formatting, go to include file definitions and hover support for SSH config directives.

Features

  • Autocompletion: Provides suggestions as you type in an SSH config file
  • Better syntax highlighting
  • Hover support: You can hover over a keyword to see a brief description of what it does
  • Works with the ms-vscode-remote.remote-ssh-edit extension
  • Formatting directives by spaces configured via vscode-ssh-config-enhanced.format.indentSize setting after each Host and Match

Formatting Example:

Host jamief
HostName ssh.example.com
User jamief
Port 22
IdentityFile ~/.ssh/mykey

Becomes:

Host jamief-rn
  HostName ssh.example.com
  User jamief
  Port 22
  IdentityFile ~/.ssh/mykey
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft