Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>sshloginNew to Visual Studio Code? Get it now.
sshlogin

sshlogin

seanchann

|
9,651 installs
| (1) | Free
auto login by ssh
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Version Installs Ratings

sshlogin

A package that implements auto login with ssh to remote server feature for VSCode.

Features

you can execute sshlogin in vscode. Choose a remote host and log on, will auto open a terminal.

Extension Settings

You need to configure a sshlogin.connection that is required to connect to a remote server.

  • name: the name of configuration, it will be show when you execute sshlogin in vscode.
  • user: the login name.
  • host: the hostname of remote server.
  • port: the port of ssh service.
  • keyfile: what private key use for ssh connection.

example:

"sshlogin.connection": [{
    "name": "test1",
    "user": "seanchann",
    "host": "test1",
    "port": 22,
    "keyfile": "~/.ssh/id_rsa"
}]

Known Issues

  • Because can not get to the terminal output, so use password to login not support.

Change log

You can checkout all our changes in our change log.

Versioning

sshlogin follows Semantic Versioning 2.0.0.

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft