vscode-remote-x11
vscode-remote-x11 copied to clipboard
X11.SSH.Username?
Hello, I try to use the plugin to foward x11 but I was confused.
Normally I use like ssh [email protected]
to connect to remote machine, It's a local ssh command my company provides.
And in the output box it use something else like Connecting to [email protected] port 22
, the name
is mid part of above username, and the xxx.xxx.xxx.xxx
is the global ip I guess. But it crashed and report Error: Timed out while waiting for handshake
.
I try to config the X11.SSH.Host
as xxx.cn
in the second line.
And the ouput became Connecting to [email protected] port 22
, and anther error Error: All configured authentication methods failed
.
I think it is because the Connecting user@host
is not the same as commonly used. I should change the username to sth.name.ws2
instead of name
but I found nowhere to set it.
Is there any guidence? Thanks a lot!