gitpod.remote.useLocalApp
is set
to false
in your VS Code user preferences for Gitpod to connect via the two
SSH Gateway methods..ssh
directory listed under your home directory.
id_dsa
id_dsa
id_ecdsa
id_rsa
id_ed25519
id_xmss
id_ecdsa_sk
id_ed25519_sk
VS Code prompting for a password. This message is shown when the public key warning notice is dismissed on the previous page by selecting Copy
remote.SSH.configFile
VS Code setting.gitpod.remote.useLocalApp
in your user preferences to true
.
The VS Code Desktop Gitpod extension useLocalApp setting
The password prompt in VS Code Desktop for the owner token
Accessing the owner token string manually from the Gitpod dashboard
user#password@host
Enter password for workspace@\*.gitpod.io
, this prompt is for the owner token of the workspace, not the passphrase associated with your SSH key.The password prompt in VS Code Desktop for the owner token
Accessing the owner token string manually from the Gitpod dashboard
Passphrase prompt from VS Code requiring the SSH key passphrase
-v
to show verbose SSH logs. For example: ssh -v workspacename@hostname
. You can find the ssh
command in the workspace list on your Gitpod dashboard, see the command-line docs for more.