InstantSSH
One-click SSH terminal with instant sudo access — directly in VSCodium / VS Code.
Installation
- Download the
.vsix file
- Open the Extensions panel (
Ctrl+Shift+X)
- Click
... → Install from VSIX...
- Select the downloaded file
First run
On the first connection, the plugin will ask for:
- SSH host — e.g.
user@my-server.com
- SSH key — e.g.
~/.ssh/id_rsa
- Sudo password — stored locally in the editor's internal storage
Credentials are saved — subsequent connections require no input.
Usage
| Method |
Description |
Ctrl+Shift+V |
Open InstantSSH terminal |
Ctrl+Shift+P → VPS: Connect SSH |
Same via command palette |
+ in terminal panel → VPS SSH |
Open as terminal profile |
Changing settings
Ctrl+Shift+P → VPS: Change settings
When changing the password — leave the field empty to keep the current one.
Security
- The sudo password is not stored in the extension file or in
settings.json
- Data is kept in the editor's internal storage (
globalStorage)
- The sudo command is sent via stdin — invisible in the terminal
Compatibility
| OS |
VSCodium |
VS Code |
| Linux |
✓ |
✓ |
| macOS |
✓ |
✓ |
| Windows |
✓ |
✓ |
If the editor is installed in a non-standard location, the plugin will ask for the path to node-pty during the first setup.
| |