Vscode-remote-release: able to connect to the server with command prompt but confirming takes forever to connect on VSCode

Created on 4 May 2019  路  2Comments  路  Source: microsoft/vscode-remote-release

  • VSCode Version: 1.34.0-insider (user setup)
  • Local OS Version: Windows 10, 1803
  • Remote OS Version: Ubuntu 18.04
  • Remote Extension/Connection Type: SSH

I can connect to my server with ssh on command prompt but confirming takes forever to connect on VSCode. I guess it's because VSCode does not have my password of the server to connect to the server. How do I set it up at the config file of VSCode?
Captsure

needs-more-info ssh

Most helpful comment

add "remote.SSH.showLoginTerminal": true to settings.json.

see: Enabling alternate SSH authentication methods

All 2 comments

add "remote.SSH.showLoginTerminal": true to settings.json.

see: Enabling alternate SSH authentication methods

add "remote.SSH.showLoginTerminal": true to settings.json.

see: Enabling alternate SSH authentication methods

Thank you very much! It worked

Was this page helpful?
0 / 5 - 0 ratings