Skip to content

Failed to connect to the remote extension host server (Error: WebSocket close with status code 1006) #89

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
3 tasks done
GilQedma opened this issue May 1, 2023 · 2 comments

Comments

@GilQedma
Copy link

GilQedma commented May 1, 2023

When I open a workspace using VSCode extension, I get Failed to connect to the remote extension host server (Error: WebSocket close with status code 1006.
Looking at the logs, it tries to connect 8 times, each time it says Resolved "ssh-remote+coder-vscode--redacted--redacted" to "127.0.0.1:12345", but immediately starts reconnection (after few blank log lines). Then, after around 5 seconds I see local-server-1: timeout.
The developer tools logs show lots of Websocket errors.

image

Deployment -

  • Coder server: Kubernetes
  • Workspace: Kubernetes

Feature status -

  • VSCode Extension Does not work
  • VSCode Server Works
  • SSH Works (both ssh, and coder ssh)
  • Browser Terminal Works

Debugging attempted -

  • I tried the remote.ssh.localServer thing (both didn't work)
  • Running manually the ssh command from the logs -v -T -D 12345 -o ConnectTimeout=15 coder-vscode--redacted bash. The command itself works and I can run bash commands.
  • Increasing Remote SSH timeout to 30 seconds didn't affect anything.
Logs

[13:33:38.926] Log Level: 2 [13:33:38.935] VS Code version: 1.77.3 [13:33:38.935] Remote-SSH version: [email protected] [13:33:38.935] darwin arm64 [13:33:41.768] SSH Resolver called for "ssh-remote+coder-vscode--redacted--redacted", attempt 1 [13:33:41.769] "remote.SSH.useLocalServer": true [13:33:41.769] "remote.SSH.path": undefined [13:33:41.769] "remote.SSH.configFile": undefined [13:33:41.769] "remote.SSH.useFlock": true [13:33:41.769] "remote.SSH.lockfilesInTmp": false [13:33:41.769] "remote.SSH.localServerDownload": auto [13:33:41.769] "remote.SSH.remoteServerListenOnSocket": false [13:33:41.769] "remote.SSH.showLoginTerminal": false [13:33:41.769] "remote.SSH.defaultExtensions": [] [13:33:41.769] "remote.SSH.loglevel": 2 [13:33:41.769] "remote.SSH.enableDynamicForwarding": false [13:33:41.769] "remote.SSH.enableRemoteCommand": false [13:33:41.769] "remote.SSH.serverPickPortsFromRange": {} [13:33:41.770] "remote.SSH.serverInstallPath": {} [13:33:41.773] SSH Resolver called for host: coder-vscode--redacted--redacted [13:33:41.773] Setting up SSH remote "coder-vscode--redacted--redacted" [13:33:41.775] Acquiring local install lock: /var/folders/b3/v_w4bdvd0h118mlxh266s9g40000gn/T/vscode-remote-ssh-52b8bf33-install.lock [13:33:41.775] Looking for existing server data file at /Users/redacted/Library/Application Support/Code/User/globalStorage/ms-vscode-remote.remote-ssh/vscode-ssh-host-52b8bf33-704ed70d4fd1c6bd6342c436f1ede30d1cff4710-0.100.0/data.json [13:33:41.775] Using commit id "704ed70d4fd1c6bd6342c436f1ede30d1cff4710" and quality "stable" for server [13:33:41.778] Install and start server if needed [13:33:41.779] PATH: /opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/opt/homebrew/opt/fzf/bin [13:33:41.780] Checking ssh with "ssh -V" [13:33:41.783] > OpenSSH_9.0p1, LibreSSL 3.3.6

[13:33:41.784] askpass server listening on /var/folders/b3/v_w4bdvd0h118mlxh266s9g40000gn/T/vscode-ssh-askpass-df1468e0e3620bf02dd94704bad33fb94479244b.sock
[13:33:41.785] Spawning local server with {"serverId":1,"ipcHandlePath":"/var/folders/b3/v_w4bdvd0h118mlxh266s9g40000gn/T/vscode-ssh-askpass-087f0dc4211bdd591a0b463e3ab3f118258cc10d.sock","sshCommand":"ssh","sshArgs":["-v","-T","-D","55015","-o","ConnectTimeout=15","coder-vscode--redacted--redacted","bash"],"serverDataFolderName":".vscode-server","dataFilePath":"/Users/redacted/Library/Application Support/Code/User/globalStorage/ms-vscode-remote.remote-ssh/vscode-ssh-host-52b8bf33-704ed70d4fd1c6bd6342c436f1ede30d1cff4710-0.100.0/data.json"}
[13:33:41.785] Local server env: {"SSH_AUTH_SOCK":"/private/tmp/com.apple.launchd.ZSLaAxS9eQ/Listeners","SHELL":"/bin/zsh","DISPLAY":"1","ELECTRON_RUN_AS_NODE":"1","SSH_ASKPASS":"/Users/redacted/.vscode/extensions/ms-vscode-remote.remote-ssh-0.100.0/out/local-server/askpass.sh","VSCODE_SSH_ASKPASS_NODE":"/Applications/Visual Studio Code.app/Contents/Frameworks/Code Helper (Plugin).app/Contents/MacOS/Code Helper (Plugin)","VSCODE_SSH_ASKPASS_EXTRA_ARGS":"--ms-enable-electron-run-as-node","VSCODE_SSH_ASKPASS_MAIN":"/Users/redacted/.vscode/extensions/ms-vscode-remote.remote-ssh-0.100.0/out/askpass-main.js","VSCODE_SSH_ASKPASS_HANDLE":"/var/folders/b3/v_w4bdvd0h118mlxh266s9g40000gn/T/vscode-ssh-askpass-df1468e0e3620bf02dd94704bad33fb94479244b.sock"}
[13:33:41.785] Spawned 4012
[13:33:41.844] > local-server-1> Running ssh connection command: "-v -T -D 55015 -o ConnectTimeout=15 coder-vscode--redacted--redacted bash"
[13:33:41.845] > local-server-1> Spawned ssh, pid=4017
[13:33:41.848] stderr> OpenSSH_9.0p1, LibreSSL 3.3.6
[13:33:44.857] stderr> debug1: Server host key: ssh-rsa SHA256:REDACTED
[13:33:44.858] stderr> Warning: Permanently added 'coder-vscode--redacted--redacted' (RSA) to the list of known hosts.
[13:33:45.160] stderr> Authenticated to coder-vscode--redacted--redacted (via proxy) using "none".
[13:33:45.448] > ready: 104f63a5e5ad
[13:33:45.593] > Linux 5.4.228-131.415.amzn2.x86_64 #1 SMP Tue Dec 20 12:51:02 UTC 2022
[13:33:45.593] Platform: linux
[13:33:45.736] > /bin/bash
[13:33:45.736] Shell: bash
[13:33:45.736] Creating bash subshell inside "bash"
[13:33:45.881] > bash version: 5.0.17(1)-release
[13:33:45.930] > bash version: 5.0.17(1)-release
[13:33:45.986] > bash version: 5.0.17(1)-release
[13:33:46.039] > 104f63a5e5ad: running
[13:33:46.057] > Acquiring lock on /home/coder/.vscode-server/bin/704ed70d4fd1c6bd6342c436f1ede30d1cff4710/vscode-remote-lock.coder.704ed70d4fd1c6bd6342c436f1ede30d1cff4710
[13:33:46.059] > Found existing installation at /home/coder/.vscode-server/bin/704ed70d4fd1c6bd6342c436f1ede30d1cff4710...

Checking /home/coder/.vscode-server/.704ed70d4fd1c6bd6342c436f1ede30d1cff4710.log and /home/coder/.vscode-server/.704ed70d4fd1c6bd6342c436f1ede30d1cff4710.pid for a running server
[13:33:46.061] > Looking for server with pid: 2532
[13:33:46.066] > Running ssh connection command... /home/coder/.vscode-server/bin/704ed70d4fd1c6bd6342c436f1ede30d1cff4710/bin/code-server --start-server --host=127.0.0.1 --accept-server-license-terms --enable-remote-auto-shutdown --port=0 --telemetry-level all &> "/home/coder/.vscode-server/.704ed70d4fd1c6bd6342c436f1ede30d1cff4710.log" < /dev/null
printenv:
[13:33:46.067] > CODER_PORT=tcp://redacted:80
KUBERNETES_SERVICE_PORT_HTTPS=443
KUBERNETES_SERVICE_PORT=443
HOSTNAME=redacted
CODER_PORT_80_TCP_PORT=80
GIT_SSH_COMMAND=/tmp/coder.zrLIOK/coder gitssh --
CODER_PORT_80_TCP_PROTO=tcp
CODER=true
CODER_DB_POSTGRESQL_PORT=tcp://redacted:5432
CODER_DB_POSTGRESQL_PORT_5432_TCP_ADDR=redacted
VSCODE_PROXY_URI=
PWD=/home/coder
CODER_DB_POSTGRESQL_SERVICE_HOST=redacted
CODER_SERVICE_PORT_HTTP=80
HOME=/home/coder
LANG=en_US.UTF-8
KUBERNETES_PORT_443_TCP=tcp://redacted:443
CODER_SERVICE_PORT=80
GIT_ASKPASS=/tmp/coder.zrLIOK/coder
VSCODE_AGENT_FOLDER=/home/coder/.vscode-server
SSH_CONNECTION=0.0.0.0 0 0.0.0.0 0
CODER_DB_POSTGRESQL_SERVICE_PORT_TCP_POSTGRESQL=5432
CODER_AGENT_AUTH=token
CODER_AGENT_TOKEN=redacted
CODER_SERVICE_HOST=redacted
CODER_AGENT_URL=https://redacted/
USER=coder
CODER_DONT_PASS=true
SHLVL=1
CODER_DB_POSTGRESQL_PORT_5432_TCP=tcp://redacted:5432
KUBERNETES_PORT_443_TCP_PROTO=tcp
KUBERNETES_PORT_443_TCP_ADDR=redacted
CODER_PORT_80_TCP_ADDR=redacted
CODER_DB_POSTGRESQL_PORT_5432_TCP_PORT=5432
SSH_CLIENT=0.0.0.0 0 0
CS_DISABLE_GETTING_STARTED_OVERRIDE=true
KUBERNETES_SERVICE_HOST=redacted
KUBERNETES_PORT=tcp://redacted:443
KUBERNETES_PORT_443_TCP_PORT=443
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/tmp/coder.zrLIOK
CODER_DB_POSTGRESQL_SERVICE_PORT=5432
CODER_DB_POSTGRESQL_PORT_5432_TCP_PROTO=tcp
CODER_PORT_80_TCP=tcp://redacted:80
OLDPWD=/
_=/usr/bin/printenv
[13:33:46.070] > Removing old logfile at /home/coder/.vscode-server/.704ed70d4fd1c6bd6342c436f1ede30d1cff4710.log
[13:33:46.071] > Spawned remote server: 284
[13:33:46.074] > Waiting for server log...
[13:33:46.107] > Waiting for server log...
[13:33:46.141] > Waiting for server log...
[13:33:46.173] > Waiting for server log...
[13:33:46.206] > Waiting for server log...
[13:33:46.239] > Waiting for server log...
[13:33:46.272] > Waiting for server log...
[13:33:46.305] > Waiting for server log...
[13:33:46.338] > Waiting for server log...
[13:33:46.372] > Waiting for server log...
[13:33:46.405] > Waiting for server log...
[13:33:46.439] >
*

[13:33:46.447] > 104f63a5e5ad: start

DISPLAY====
webUiAccessToken====
listeningOn==45909==
osReleaseId==ubuntu==
arch==x86_64==
tmpDir==/tmp==
platform==linux==
unpackResult====
didLocalDownload==0==
downloadTime====
installTime====
extInstallTime====
serverStartTime==371==
connectionToken==redacted==
104f63a5e5ad: end
[13:33:46.448] Received install output:
DISPLAY====
webUiAccessToken====
listeningOn==45909==
osReleaseId==ubuntu==
arch==x86_64==
tmpDir==/tmp==
platform==linux==
unpackResult====
didLocalDownload==0==
downloadTime====
installTime====
extInstallTime====
serverStartTime==371==
connectionToken==redacted==

[13:33:46.448] Remote server is listening on 45909
[13:33:46.448] Parsed server configuration: {"serverConfiguration":{"remoteListeningOn":{"port":45909},"osReleaseId":"ubuntu","arch":"x86_64","webUiAccessToken":"","display":"","tmpDir":"/tmp","platform":"linux","connectionToken":"redacted"},"serverStartTime":371,"installUnpackCode":""}
[13:33:46.449] Persisting server connection details to /Users/redacted/Library/Application Support/Code/User/globalStorage/ms-vscode-remote.remote-ssh/vscode-ssh-host-52b8bf33-704ed70d4fd1c6bd6342c436f1ede30d1cff4710-0.100.0/data.json
[13:33:46.452] Starting forwarding server. localPort 55024 -> socksPort 55015 -> remotePort 45909
[13:33:46.452] Forwarding server listening on 55024
[13:33:46.452] Waiting for ssh tunnel to be ready
[13:33:46.454] Tunneled 45909 to local port 55024
[13:33:46.454] Resolved "ssh-remote+coder-vscode--redacted--redacted" to "127.0.0.1:55024"
[13:33:46.460] ------

[13:33:46.469] ------

[13:33:46.470] SSH Resolver called for "ssh-remote+coder-vscode--redacted--redacted", attempt 2, (Reconnection)
[13:33:46.471] SSH Resolver called for host: coder-vscode--redacted--redacted
[13:33:46.471] Setting up SSH remote "coder-vscode--redacted--redacted"
[13:33:46.471] Acquiring local install lock: /var/folders/b3/v_w4bdvd0h118mlxh266s9g40000gn/T/vscode-remote-ssh-52b8bf33-install.lock
[13:33:46.472] Looking for existing server data file at /Users/redacted/Library/Application Support/Code/User/globalStorage/ms-vscode-remote.remote-ssh/vscode-ssh-host-52b8bf33-704ed70d4fd1c6bd6342c436f1ede30d1cff4710-0.100.0/data.json
[13:33:46.472] Found local server running: {"remoteListeningOn":{"port":45909},"osReleaseId":"ubuntu","arch":"x86_64","webUiAccessToken":"","display":"","tmpDir":"/tmp","platform":"linux","connectionToken":"redacted","pid":4012,"ipcHandlePath":"/var/folders/b3/v_w4bdvd0h118mlxh266s9g40000gn/T/vscode-ssh-askpass-087f0dc4211bdd591a0b463e3ab3f118258cc10d.sock","socksPort":55015,"startupTime":1682937221785}
[13:33:46.472] Running server is stale. Ignoring
[13:33:46.472] Using commit id "704ed70d4fd1c6bd6342c436f1ede30d1cff4710" and quality "stable" for server
[13:33:46.473] Install and start server if needed
[13:33:46.475] askpass server listening on /var/folders/b3/v_w4bdvd0h118mlxh266s9g40000gn/T/vscode-ssh-askpass-bc84d9cd8cfa3bc7989cc7344893178d6b756058.sock
[13:33:46.475] Spawning local server with {"serverId":2,"ipcHandlePath":"/var/folders/b3/v_w4bdvd0h118mlxh266s9g40000gn/T/vscode-ssh-askpass-6ebad9e8cde873f36a0dfcaf5ecb52b60e451f23.sock","sshCommand":"ssh","sshArgs":["-v","-T","-D","55027","-o","ConnectTimeout=15","coder-vscode--redacted--redacted","bash"],"serverDataFolderName":".vscode-server","dataFilePath":"/Users/redacted/Library/Application Support/Code/User/globalStorage/ms-vscode-remote.remote-ssh/vscode-ssh-host-52b8bf33-704ed70d4fd1c6bd6342c436f1ede30d1cff4710-0.100.0/data.json"}
[13:33:46.475] Local server env: {"SSH_AUTH_SOCK":"/private/tmp/com.apple.launchd.ZSLaAxS9eQ/Listeners","SHELL":"/bin/zsh","DISPLAY":"1","ELECTRON_RUN_AS_NODE":"1","SSH_ASKPASS":"/Users/redacted/.vscode/extensions/ms-vscode-remote.remote-ssh-0.100.0/out/local-server/askpass.sh","VSCODE_SSH_ASKPASS_NODE":"/Applications/Visual Studio Code.app/Contents/Frameworks/Code Helper (Plugin).app/Contents/MacOS/Code Helper (Plugin)","VSCODE_SSH_ASKPASS_EXTRA_ARGS":"--ms-enable-electron-run-as-node","VSCODE_SSH_ASKPASS_MAIN":"/Users/redacted/.vscode/extensions/ms-vscode-remote.remote-ssh-0.100.0/out/askpass-main.js","VSCODE_SSH_ASKPASS_HANDLE":"/var/folders/b3/v_w4bdvd0h118mlxh266s9g40000gn/T/vscode-ssh-askpass-bc84d9cd8cfa3bc7989cc7344893178d6b756058.sock"}
[13:33:46.476] Spawned 4023
[13:33:46.542] > local-server-2> Running ssh connection command: "-v -T -D 55027 -o ConnectTimeout=15 coder-vscode--redacted--redacted bash"
[13:33:46.543] > local-server-2> Spawned ssh, pid=4028
[13:33:46.545] stderr> OpenSSH_9.0p1, LibreSSL 3.3.6
[13:33:49.532] stderr> debug1: Server host key: ssh-rsa SHA256:REDACTED
[13:33:49.533] stderr> Warning: Permanently added 'coder-vscode--redacted--redacted' (RSA) to the list of known hosts.
[13:33:49.837] stderr> Authenticated to coder-vscode--redacted--redacted (via proxy) using "none".
[13:33:50.142] > ready: eb90e7035509
[13:33:50.294] > Linux 5.4.228-131.415.amzn2.x86_64 #1 SMP Tue Dec 20 12:51:02 UTC 2022
[13:33:50.294] Platform: linux
[13:33:50.444] > /bin/bash
[13:33:50.445] Shell: bash
[13:33:50.445] Creating bash subshell inside "bash"
[13:33:50.597] > bash version: 5.0.17(1)-release
[13:33:50.648] > bash version: 5.0.17(1)-release
[13:33:50.728] > bash version: 5.0.17(1)-release
[13:33:50.760] > eb90e7035509: running
[13:33:50.776] > Acquiring lock on /home/coder/.vscode-server/bin/704ed70d4fd1c6bd6342c436f1ede30d1cff4710/vscode-remote-lock.coder.704ed70d4fd1c6bd6342c436f1ede30d1cff4710
[13:33:50.778] > Found existing installation at /home/coder/.vscode-server/bin/704ed70d4fd1c6bd6342c436f1ede30d1cff4710...

Checking /home/coder/.vscode-server/.704ed70d4fd1c6bd6342c436f1ede30d1cff4710.log and /home/coder/.vscode-server/.704ed70d4fd1c6bd6342c436f1ede30d1cff4710.pid for a running server
[13:33:50.779] > Looking for server with pid: 284
[13:33:50.783] > Found running server...
[13:33:50.784] >
*

[13:33:50.791] > Checking server status on port 45909 with wget
[13:33:50.799] > eb90e7035509: start

DISPLAY====
webUiAccessToken====
listeningOn==45909==
osReleaseId==ubuntu==
arch==x86_64==
tmpDir==/tmp==
platform==linux==
unpackResult====
didLocalDownload==0==
downloadTime====
installTime====
extInstallTime====
serverStartTime====
connectionToken==redacted==
eb90e7035509: end
[13:33:50.799] Received install output:
DISPLAY====
webUiAccessToken====
listeningOn==45909==
osReleaseId==ubuntu==
arch==x86_64==
tmpDir==/tmp==
platform==linux==
unpackResult====
didLocalDownload==0==
downloadTime====
installTime====
extInstallTime====
serverStartTime====
connectionToken==redacted==

[13:33:50.800] Remote server is listening on 45909
[13:33:50.800] Parsed server configuration: {"serverConfiguration":{"remoteListeningOn":{"port":45909},"osReleaseId":"ubuntu","arch":"x86_64","webUiAccessToken":"","display":"","tmpDir":"/tmp","platform":"linux","connectionToken":"redacted"},"installUnpackCode":""}
[13:33:50.801] Persisting server connection details to /Users/redacted/Library/Application Support/Code/User/globalStorage/ms-vscode-remote.remote-ssh/vscode-ssh-host-52b8bf33-704ed70d4fd1c6bd6342c436f1ede30d1cff4710-0.100.0/data.json
[13:33:50.803] Starting forwarding server. localPort 55037 -> socksPort 55027 -> remotePort 45909
[13:33:50.803] Forwarding server listening on 55037
[13:33:50.804] Waiting for ssh tunnel to be ready
[13:33:50.804] Tunneled 45909 to local port 55037
[13:33:50.804] Resolved "ssh-remote+coder-vscode--redacted--redacted" to "127.0.0.1:55037"
[13:33:50.807] ------

[13:33:50.813] ------

[13:33:50.813] SSH Resolver called for "ssh-remote+coder-vscode--redacted--redacted", attempt 3, (Reconnection)
[13:33:50.814] SSH Resolver called for host: coder-vscode--redacted--redacted
[13:33:50.814] Setting up SSH remote "coder-vscode--redacted--redacted"
[13:33:50.815] Acquiring local install lock: /var/folders/b3/v_w4bdvd0h118mlxh266s9g40000gn/T/vscode-remote-ssh-52b8bf33-install.lock
[13:33:50.816] Looking for existing server data file at /Users/redacted/Library/Application Support/Code/User/globalStorage/ms-vscode-remote.remote-ssh/vscode-ssh-host-52b8bf33-704ed70d4fd1c6bd6342c436f1ede30d1cff4710-0.100.0/data.json
[13:33:50.816] Found local server running: {"remoteListeningOn":{"port":45909},"osReleaseId":"ubuntu","arch":"x86_64","webUiAccessToken":"","display":"","tmpDir":"/tmp","platform":"linux","connectionToken":"redacted","pid":4023,"ipcHandlePath":"/var/folders/b3/v_w4bdvd0h118mlxh266s9g40000gn/T/vscode-ssh-askpass-6ebad9e8cde873f36a0dfcaf5ecb52b60e451f23.sock","socksPort":55027,"startupTime":1682937226476}
[13:33:50.816] Running server is stale. Ignoring
[13:33:50.816] Using commit id "704ed70d4fd1c6bd6342c436f1ede30d1cff4710" and quality "stable" for server
[13:33:50.818] Install and start server if needed
[13:33:50.821] askpass server listening on /var/folders/b3/v_w4bdvd0h118mlxh266s9g40000gn/T/vscode-ssh-askpass-79cc3efeb4c118433d798481c04d9944299c74f8.sock
[13:33:50.821] Spawning local server with {"serverId":3,"ipcHandlePath":"/var/folders/b3/v_w4bdvd0h118mlxh266s9g40000gn/T/vscode-ssh-askpass-0740537d705abf9e0ca5cdf88650e6349d5e2abe.sock","sshCommand":"ssh","sshArgs":["-v","-T","-D","55040","-o","ConnectTimeout=15","coder-vscode--redacted--redacted","bash"],"serverDataFolderName":".vscode-server","dataFilePath":"/Users/redacted/Library/Application Support/Code/User/globalStorage/ms-vscode-remote.remote-ssh/vscode-ssh-host-52b8bf33-704ed70d4fd1c6bd6342c436f1ede30d1cff4710-0.100.0/data.json"}
[13:33:50.821] Local server env: {"SSH_AUTH_SOCK":"/private/tmp/com.apple.launchd.ZSLaAxS9eQ/Listeners","SHELL":"/bin/zsh","DISPLAY":"1","ELECTRON_RUN_AS_NODE":"1","SSH_ASKPASS":"/Users/redacted/.vscode/extensions/ms-vscode-remote.remote-ssh-0.100.0/out/local-server/askpass.sh","VSCODE_SSH_ASKPASS_NODE":"/Applications/Visual Studio Code.app/Contents/Frameworks/Code Helper (Plugin).app/Contents/MacOS/Code Helper (Plugin)","VSCODE_SSH_ASKPASS_EXTRA_ARGS":"--ms-enable-electron-run-as-node","VSCODE_SSH_ASKPASS_MAIN":"/Users/redacted/.vscode/extensions/ms-vscode-remote.remote-ssh-0.100.0/out/askpass-main.js","VSCODE_SSH_ASKPASS_HANDLE":"/var/folders/b3/v_w4bdvd0h118mlxh266s9g40000gn/T/vscode-ssh-askpass-79cc3efeb4c118433d798481c04d9944299c74f8.sock"}
[13:33:50.822] Spawned 4034
[13:33:50.884] > local-server-3> Running ssh connection command: "-v -T -D 55040 -o ConnectTimeout=15 coder-vscode--redacted--redacted bash"
[13:33:50.885] > local-server-3> Spawned ssh, pid=4039
[13:33:50.888] stderr> OpenSSH_9.0p1, LibreSSL 3.3.6
[13:33:51.299] > local-server-1> Timed out
[13:33:51.302] Local server exit: 0

@GilQedma
Copy link
Author

GilQedma commented May 2, 2023

Digging further - it appears it works properly on Linux clients, but not in Apple Silicon.

@GilQedma
Copy link
Author

GilQedma commented May 3, 2023

Looks like problem with Remote SSH extension. Downgrading from 0.100.0 to 0.84.0 solved it.

@GilQedma GilQedma closed this as completed May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant