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?
add "remote.SSH.showLoginTerminal": true to settings.json.
add
"remote.SSH.showLoginTerminal": truetosettings.json.
Thank you very much! It worked
Most helpful comment
add
"remote.SSH.showLoginTerminal": truetosettings.json.see: Enabling alternate SSH authentication methods