I can connect to the server by ssh
command, but the vscode's ssh-remote failed. The problem maybe the network, since it can make connection but I can't open any files or folders.
When I entered the password, it make connection. And then it stuck. After several seconds, it needs password again. And connection, stuck, password...
Here's the output from vscode:
[11:04:09.045] Log Level: 2
[11:04:09.052] SSH Resolver called for "ssh-remote+bit_sslab", attempt 1
[11:04:09.053] remote.SSH.useLocalServer = true
[11:04:09.053] remote.SSH.useExecServer = true
[11:04:09.053] remote.SSH.path =
[11:04:09.053] remote.SSH.configFile =
[11:04:09.053] remote.SSH.useFlock = true
[11:04:09.053] remote.SSH.lockfilesInTmp = false
[11:04:09.053] remote.SSH.localServerDownload = auto
[11:04:09.053] remote.SSH.remoteServerListenOnSocket = false
[11:04:09.053] remote.SSH.defaultExtensions = []
[11:04:09.053] remote.SSH.loglevel = 2
[11:04:09.053] remote.SSH.enableDynamicForwarding = true
[11:04:09.053] remote.SSH.enableRemoteCommand = false
[11:04:09.053] remote.SSH.serverPickPortsFromRange = {}
[11:04:09.053] remote.SSH.serverInstallPath = {}
[11:04:09.053] remote.SSH.permitPtyAllocation = false
[11:04:09.054] remote.SSH.preferredLocalPortRange = undefined
[11:04:09.054] remote.SSH.useCurlAndWgetConfigurationFiles = false
[11:04:09.054] remote.SSH.experimental.chat = true
[11:04:09.054] remote.SSH.experimental.enhancedSessionLogs = true
[11:04:09.057] VS Code version: 1.96.2
[11:04:09.057] Remote-SSH version: [email protected]
[11:04:09.057] darwin arm64
[11:04:09.058] SSH Resolver called for host: bit_sslab
[11:04:09.058] Setting up SSH remote "bit_sslab"
[11:04:09.060] Acquiring local install lock: /var/folders/25/6nz8z0n14k5_dgrd09cl5x300000gn/T/vscode-remote-ssh-d320913a-install.lock
[11:04:09.062] Looking for existing server data file at /Users/liuying/Library/Application Support/Code/User/globalStorage/ms-vscode-remote.remote-ssh/vscode-ssh-host-d320913a-fabdb6a30b49f79a7aba0f2ad9df9b399473380f-0.116.1-es/data.json
[11:04:09.062] No existing data file
[11:04:09.062] Using commit id "fabdb6a30b49f79a7aba0f2ad9df9b399473380f" and quality "stable" for server
[11:04:09.065] Script variables:
{
"ExitCode.0": "OK",
"ExitCode.64": "LinuxPrereqs",
"ExitCode.65": "ProxyAuthenticationRequired",
"ExitCode.128": "UnparsableOutput",
"ExitCode.129": "EmptyOutput",
"ExitCode.131": "UnhandledResolverExitCode",
"ExitCode.132": "OfflineError",
"ExitCode.133": "SshInstall",
"ExitCode.134": "FindLocalPort",
"ExitCode.135": "Timeout",
"ExitCode.136": "ExhaustedRetries",
"ExitCode.137": "PermissionDenied",
"ExitCode.138": "MitmPortForwardingDisabled",
"ExitCode.139": "Canceled",
"ExitCode.140": "BadLocalDownloadRequest",
"ExitCode.141": "LocalDownloadFailed",
"ExitCode.142": "LocalLockTimeout",
"ExitCode.143": "NoBash",
"ExitCode.144": "InvalidHostName",
"ExitCode.145": "BadInstallScriptResult",
"ExitCode.146": "ShellRequestFailedOnChannel",
"ExitCode.147": "InvalidPortRange",
"ExitCode.148": "SendDisconnectBrokenPipe",
"ExitCode.149": "LocalServerCrashed",
"ExitCode.150": "NoFreePortInRange",
"ExitCode.151": "InvalidCustomServerPath",
"ExitCode.192": "AlreadyInProgress",
"ExitCode.193": "ServerDownloadFailed",
"ExitCode.194": "NoDownloaderAvailable",
"ExitCode.195": "NoDownloaderAvailableForStatusCheck",
"ExitCode.196": "UnsupportedArch",
"ExitCode.197": "StatusCheckFailed",
"ExitCode.198": "NeedInsidersArch",
"ExitCode.199": "ServerTransferFailed",
"ExitCode.200": "ServerFailedToStart",
"ExitCode.201": "NeedInsidersWindows",
"ExitCode.202": "CreateInstallDirFailed",
"ExitCode.203": "UnsupportedPlatform",
"ExitCode.204": "ServerTerminatedCVE20201416",
"ExitCode.205": "UnpackFailed",
"ExitCode.206": "ChangeDirFailed",
"ExitCode.1023": "UnclassifiedError",
"ExitCode.OK": "0",
"ExitCode.LinuxPrereqs": "64",
"ExitCode.ProxyAuthenticationRequired": "65",
"ExitCode.UnparsableOutput": "128",
"ExitCode.EmptyOutput": "129",
"ExitCode.UnhandledResolverExitCode": "131",
"ExitCode.OfflineError": "132",
"ExitCode.SshInstall": "133",
"ExitCode.FindLocalPort": "134",
"ExitCode.Timeout": "135",
"ExitCode.ExhaustedRetries": "136",
"ExitCode.PermissionDenied": "137",
"ExitCode.MitmPortForwardingDisabled": "138",
"ExitCode.Canceled": "139",
"ExitCode.BadLocalDownloadRequest": "140",
"ExitCode.LocalDownloadFailed": "141",
"ExitCode.LocalLockTimeout": "142",
"ExitCode.NoBash": "143",
"ExitCode.InvalidHostName": "144",
"ExitCode.BadInstallScriptResult": "145",
"ExitCode.ShellRequestFailedOnChannel": "146",
"ExitCode.InvalidPortRange": "147",
"ExitCode.SendDisconnectBrokenPipe": "148",
"ExitCode.LocalServerCrashed": "149",
"ExitCode.NoFreePortInRange": "150",
"ExitCode.InvalidCustomServerPath": "151",
"ExitCode.AlreadyInProgress": "192",
"ExitCode.ServerDownloadFailed": "193",
"ExitCode.NoDownloaderAvailable": "194",
"ExitCode.NoDownloaderAvailableForStatusCheck": "195",
"ExitCode.UnsupportedArch": "196",
"ExitCode.StatusCheckFailed": "197",
"ExitCode.NeedInsidersArch": "198",
"ExitCode.ServerTransferFailed": "199",
"ExitCode.ServerFailedToStart": "200",
"ExitCode.NeedInsidersWindows": "201",
"ExitCode.CreateInstallDirFailed": "202",
"ExitCode.UnsupportedPlatform": "203",
"ExitCode.ServerTerminatedCVE20201416": "204",
"ExitCode.UnpackFailed": "205",
"ExitCode.ChangeDirFailed": "206",
"ExitCode.UnclassifiedError": "1023",
"InstallUnpackCode.Success": "success",
"InstallUnpackCode.Error": "error",
"InstallUnpackCode.MissingFiles": "missingFiles",
"uuid": "d5071f6312b4",
"startMarker": "d5071f6312b4: running",
"commitId": "fabdb6a30b49f79a7aba0f2ad9df9b399473380f",
"quality": "stable",
"token": "1aa11a11-aaa1-11a1-1a1a-1111a111a111",
"vscodeAgentFolder": "$HOME/.vscode-server",
"allowClientDownload": "1",
"forceClientDownload": "0",
"cliNameInArchive": "code",
"ignoreWgetConfigFlag": " --no-config ",
"ignoreCurlConfigFlag": " --disable ",
"wgetTriesSegment": "--tries=1",
"listenArgs": "--on-host=127.0.0.1 --on-port",
"getDownloadServerStartTrigger": "d5071f6312b4:trigger_server_download",
"getDownloadServerEndTrigger": "d5071f6312b4:trigger_server_download_end",
"getProgressDownloading": "d5071f6312b4%%1%%",
"getProgressInstalling": "d5071f6312b4%%2%%",
"printVars": "echo \"SSH_AUTH_SOCK==$SSH_AUTH_SOCK==\"\necho \"DISPLAY==$DISPLAY==\""
}
[11:04:09.067] Install and start server if needed
[11:04:09.069] PATH: /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
[11:04:09.069] Checking ssh with "ssh -V"
[11:04:09.083] > OpenSSH_9.8p1, LibreSSL 3.3.6
[11:04:09.085] askpass server listening on /var/folders/25/6nz8z0n14k5_dgrd09cl5x300000gn/T/vscode-ssh-askpass-895d231467e01ee406e25c920712d4ddc076960e.sock
[11:04:09.085] Spawning local server with {"serverId":1,"ipcHandlePath":"/var/folders/25/6nz8z0n14k5_dgrd09cl5x300000gn/T/vscode-ssh-askpass-da0e39ccd741fddf710e01bf338a9a459a1307c7.sock","sshCommand":"ssh","sshArgs":["-v","-T","-D","65141","-o","ConnectTimeout=15","bit_sslab"],"serverDataFolderName":".vscode-server","dataFilePath":"/Users/liuying/Library/Application Support/Code/User/globalStorage/ms-vscode-remote.remote-ssh/vscode-ssh-host-d320913a-fabdb6a30b49f79a7aba0f2ad9df9b399473380f-0.116.1-es/data.json"}
[11:04:09.085] Local server env: {"SSH_AUTH_SOCK":"/private/tmp/com.apple.launchd.UGzCZv1Hp5/Listeners","SHELL":"/bin/zsh","DISPLAY":"1","ELECTRON_RUN_AS_NODE":"1","SSH_ASKPASS":"/Users/liuying/.vscode/extensions/ms-vscode-remote.remote-ssh-0.116.1/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":"","VSCODE_SSH_ASKPASS_MAIN":"/Users/liuying/.vscode/extensions/ms-vscode-remote.remote-ssh-0.116.1/out/askpass-main.js","VSCODE_SSH_ASKPASS_HANDLE":"/var/folders/25/6nz8z0n14k5_dgrd09cl5x300000gn/T/vscode-ssh-askpass-895d231467e01ee406e25c920712d4ddc076960e.sock"}
[11:04:09.086] Spawned 17083
[11:04:09.086] Using connect timeout of 17 seconds
[11:04:09.154] > local-server-1> Running ssh connection command: ssh -v -T -D 65141 -o ConnectTimeout=15 bit_sslab
[11:04:09.155] > local-server-1> Spawned ssh, pid=17086
[11:04:09.162] stderr> OpenSSH_9.8p1, LibreSSL 3.3.6
[11:04:10.043] stderr> debug1: Server host key: ssh-ed25519 SHA256:smsXWie8RJ/7LseN68CsqhLS9InXtbH9r4vf9MJ9/no
[11:04:10.175] Got askpass request: {"request":" [email protected]'s password: "}
[11:04:10.176] Showing password prompt
[11:04:10.176] Listening for interwindow password on /var/folders/25/6nz8z0n14k5_dgrd09cl5x300000gn/T/vscode-ssh-askpass-372d52c9d6fa366fb77f6a06dd40bc85ed9f8991.sock
[11:04:10.176] Writing password prompt to globalState
[11:04:11.901] Got password response
[11:04:11.901] Interactor gave response: ******
[11:04:11.901] Cleaning up other-window auth server
[11:04:11.902] Using connect timeout of 17 seconds
[11:04:11.940] stderr> Authenticated to 192.168.191.178 ([192.168.191.178]:22) using "password".
[11:04:12.139] > Welcome to Ubuntu 20.04.4 LTS (GNU/Linux 5.13.0-30-generic x86_64)
>
> * Documentation:
> * Management:
> * Support:
>
> 380 updates can be applied immediately.
> 380 of these updates are standard security updates.
> To see these additional updates run: apt list --upgradable
>
>
> The list of available updates is more than a week old.
> To check for new updates run: sudo apt update
> Your Hardware Enablement Stack (HWE) is supported until April 2025.
[11:04:12.159] > ready: d5071f6312b4
[11:04:12.173] > Linux 5.13.0-30-generic #33~20.04.1-Ubuntu SMP Mon Feb 7 14:25:10 UTC 2022
[11:04:12.173] Platform: linux
[11:04:12.190] > /bin/bash
[11:04:12.191] Parent Shell: bash
[11:04:12.191] Parent Shell pid: 17083
[11:04:12.208] > 2952237
[11:04:12.208] Waiting for pid of spawned 'sh' subshell: '2952237'...
[11:04:12.249] > d5071f6312b4: running
> Script executing under PID: 2952237
[11:04:12.254] > Found existing installation at /home/djt/.vscode-server...
> Starting VS Code CLI...
> printenv:
> LANGUAGE=en_US:en
> USER=djt
> SSH_CLIENT=192.168.191.180 65145 22
> LC_TIME=zh_CN.UTF-8
> XDG_SESSION_TYPE=tty
> SHLVL=1
> MOTD_SHOWN=pam
> HOME=/home/djt
> LC_MONETARY=zh_CN.UTF-8
> DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1001/bus
> LOGNAME=djt
> _=/usr/bin/sh
> XDG_SESSION_CLASS=user
> XDG_SESSION_ID=1543
> PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
> PAPERSIZE=a4
> LC_ADDRESS=zh_CN.UTF-8
> XDG_RUNTIME_DIR=/run/user/1001
> LANG=en_US.UTF-8
> LC_TELEPHONE=zh_CN.UTF-8
> SHELL=/bin/bash
> LC_NAME=zh_CN.UTF-8
> LC_MEASUREMENT=zh_CN.UTF-8
> LC_IDENTIFICATION=zh_CN.UTF-8
> PWD=/home/djt
> SSH_CONNECTION=192.168.191.180 65145 192.168.191.178 22
> XDG_DATA_DIRS=/usr/local/share:/usr/share:/var/lib/snapd/desktop
> LC_NUMERIC=zh_CN.UTF-8
> LC_PAPER=zh_CN.UTF-8
[11:04:12.255] > Removing old logfile at /home/djt/.vscode-server/.cli.fabdb6a30b49f79a7aba0f2ad9df9b399473380f.log
[11:04:12.259] > Spawned remote CLI: 2952257
> Waiting for server log...
[11:04:12.292] > d5071f6312b4: start
> listeningOn==127.0.0.1:40351==
> osReleaseId==ubuntu==
> arch==x86_64==
> vscodeArch==x64==
> bitness==64==
> tmpDir==/run/user/1001==
> platform==linux==
> unpackResult====
> didLocalDownload==0==
> downloadTime====
> installTime====
> serverStartTime==36==
> execServerToken==1aa11a11-aaa1-11a1-1a1a-1111a111a111==
> platformDownloadPath==cli-alpine-x64==
> SSH_AUTH_SOCK====
> DISPLAY====
> d5071f6312b4: end
[11:04:12.293] Received install output:
listeningOn==127.0.0.1:40351==
osReleaseId==ubuntu==
arch==x86_64==
vscodeArch==x64==
bitness==64==
tmpDir==/run/user/1001==
platform==linux==
unpackResult====
didLocalDownload==0==
downloadTime====
installTime====
serverStartTime==36==
execServerToken==1aa11a11-aaa1-11a1-1a1a-1111a111a111==
platformDownloadPath==cli-alpine-x64==
SSH_AUTH_SOCK====
DISPLAY====
[11:04:12.293] Remote server is listening on port 40351
[11:04:12.293] Parsed server configuration: {"serverConfiguration":{"remoteListeningOn":{"port":40351},"osReleaseId":"ubuntu","arch":"x86_64","sshAuthSock":"","display":"","tmpDir":"/run/user/1001","platform":"linux","execServerToken":"1aa11a11-aaa1-11a1-1a1a-1111a111a111"},"serverStartTime":36,"installUnpackCode":""}
[11:04:12.294] Persisting server connection details to /Users/liuying/Library/Application Support/Code/User/globalStorage/ms-vscode-remote.remote-ssh/vscode-ssh-host-d320913a-fabdb6a30b49f79a7aba0f2ad9df9b399473380f-0.116.1-es/data.json
[11:04:12.297] Starting forwarding server. local port 65153 -> socksPort 65141 -> remotePort 40351
[11:04:12.297] Forwarding server listening on port 65153
[11:04:12.298] Waiting for ssh tunnel to be ready
[11:04:12.298] Tunneled port 40351 to local port 65153
[11:04:12.299] Resolved "ssh-remote+bit_sslab" to "port 65153"
[11:04:12.304] Initizing new exec server for ssh-remote+bit_sslab
[11:04:12.304] Resolving exec server at port 65153
[11:04:12.304] [Forwarding server port 65153] Got connection 0
[11:04:12.305] [Forwarding server port 65153] Got connection 1
[11:04:12.353] Exec server for ssh-remote+bit_sslab created and cached
[11:04:12.358] ------
[11:04:12.358] No hints found in the recent session.
[11:04:12.378] [server] Checking /home/djt/.vscode-server/cli/servers/Stable-fabdb6a30b49f79a7aba0f2ad9df9b399473380f/log.txt and /home/djt/.vscode-server/cli/servers/Stable-fabdb6a30b49f79a7aba0f2ad9df9b399473380f/pid.txt for a running server...
[11:04:12.398] [server] Found running server (pid=2946184)
[11:04:32.524] ------
[11:04:32.524] SSH Resolver called for "ssh-remote+bit_sslab", attempt 2, (Reconnection)
[11:04:32.525] SSH Resolver called for host: bit_sslab
[11:04:32.525] Setting up SSH remote "bit_sslab"
[11:04:32.526] Acquiring local install lock: /var/folders/25/6nz8z0n14k5_dgrd09cl5x300000gn/T/vscode-remote-ssh-d320913a-install.lock
[11:04:32.526] Looking for existing server data file at /Users/liuying/Library/Application Support/Code/User/globalStorage/ms-vscode-remote.remote-ssh/vscode-ssh-host-d320913a-fabdb6a30b49f79a7aba0f2ad9df9b399473380f-0.116.1-es/data.json
[11:04:32.527] Found existing data file
[11:04:32.527] Found local server running: {"remoteListeningOn":{"port":40351},"osReleaseId":"ubuntu","arch":"x86_64","sshAuthSock":"","display":"","tmpDir":"/run/user/1001","platform":"linux","execServerToken":"1cf53e11-eeb9-41e5-9d9e-3791d655f831","pid":17083,"ipcHandlePath":"/var/folders/25/6nz8z0n14k5_dgrd09cl5x300000gn/T/vscode-ssh-askpass-da0e39ccd741fddf710e01bf338a9a459a1307c7.sock","socksPort":65141,"startupTime":1736219049086}
[11:04:32.527] Running server is stale. Ignoring
[11:04:32.527] Using commit id "fabdb6a30b49f79a7aba0f2ad9df9b399473380f" and quality "stable" for server
[11:04:32.528] Script variables:
{
"ExitCode.0": "OK",
"ExitCode.64": "LinuxPrereqs",
"ExitCode.65": "ProxyAuthenticationRequired",
"ExitCode.128": "UnparsableOutput",
"ExitCode.129": "EmptyOutput",
"ExitCode.131": "UnhandledResolverExitCode",
"ExitCode.132": "OfflineError",
"ExitCode.133": "SshInstall",
"ExitCode.134": "FindLocalPort",
"ExitCode.135": "Timeout",
"ExitCode.136": "ExhaustedRetries",
"ExitCode.137": "PermissionDenied",
"ExitCode.138": "MitmPortForwardingDisabled",
"ExitCode.139": "Canceled",
"ExitCode.140": "BadLocalDownloadRequest",
"ExitCode.141": "LocalDownloadFailed",
"ExitCode.142": "LocalLockTimeout",
"ExitCode.143": "NoBash",
"ExitCode.144": "InvalidHostName",
"ExitCode.145": "BadInstallScriptResult",
"ExitCode.146": "ShellRequestFailedOnChannel",
"ExitCode.147": "InvalidPortRange",
"ExitCode.148": "SendDisconnectBrokenPipe",
"ExitCode.149": "LocalServerCrashed",
"ExitCode.150": "NoFreePortInRange",
"ExitCode.151": "InvalidCustomServerPath",
"ExitCode.192": "AlreadyInProgress",
"ExitCode.193": "ServerDownloadFailed",
"ExitCode.194": "NoDownloaderAvailable",
"ExitCode.195": "NoDownloaderAvailableForStatusCheck",
"ExitCode.196": "UnsupportedArch",
"ExitCode.197": "StatusCheckFailed",
"ExitCode.198": "NeedInsidersArch",
"ExitCode.199": "ServerTransferFailed",
"ExitCode.200": "ServerFailedToStart",
"ExitCode.201": "NeedInsidersWindows",
"ExitCode.202": "CreateInstallDirFailed",
"ExitCode.203": "UnsupportedPlatform",
"ExitCode.204": "ServerTerminatedCVE20201416",
"ExitCode.205": "UnpackFailed",
"ExitCode.206": "ChangeDirFailed",
"ExitCode.1023": "UnclassifiedError",
"ExitCode.OK": "0",
"ExitCode.LinuxPrereqs": "64",
"ExitCode.ProxyAuthenticationRequired": "65",
"ExitCode.UnparsableOutput": "128",
"ExitCode.EmptyOutput": "129",
"ExitCode.UnhandledResolverExitCode": "131",
"ExitCode.OfflineError": "132",
"ExitCode.SshInstall": "133",
"ExitCode.FindLocalPort": "134",
"ExitCode.Timeout": "135",
"ExitCode.ExhaustedRetries": "136",
"ExitCode.PermissionDenied": "137",
"ExitCode.MitmPortForwardingDisabled": "138",
"ExitCode.Canceled": "139",
"ExitCode.BadLocalDownloadRequest": "140",
"ExitCode.LocalDownloadFailed": "141",
"ExitCode.LocalLockTimeout": "142",
"ExitCode.NoBash": "143",
"ExitCode.InvalidHostName": "144",
"ExitCode.BadInstallScriptResult": "145",
"ExitCode.ShellRequestFailedOnChannel": "146",
"ExitCode.InvalidPortRange": "147",
"ExitCode.SendDisconnectBrokenPipe": "148",
"ExitCode.LocalServerCrashed": "149",
"ExitCode.NoFreePortInRange": "150",
"ExitCode.InvalidCustomServerPath": "151",
"ExitCode.AlreadyInProgress": "192",
"ExitCode.ServerDownloadFailed": "193",
"ExitCode.NoDownloaderAvailable": "194",
"ExitCode.NoDownloaderAvailableForStatusCheck": "195",
"ExitCode.UnsupportedArch": "196",
"ExitCode.StatusCheckFailed": "197",
"ExitCode.NeedInsidersArch": "198",
"ExitCode.ServerTransferFailed": "199",
"ExitCode.ServerFailedToStart": "200",
"ExitCode.NeedInsidersWindows": "201",
"ExitCode.CreateInstallDirFailed": "202",
"ExitCode.UnsupportedPlatform": "203",
"ExitCode.ServerTerminatedCVE20201416": "204",
"ExitCode.UnpackFailed": "205",
"ExitCode.ChangeDirFailed": "206",
"ExitCode.UnclassifiedError": "1023",
"InstallUnpackCode.Success": "success",
"InstallUnpackCode.Error": "error",
"InstallUnpackCode.MissingFiles": "missingFiles",
"uuid": "afc50216249f",
"startMarker": "afc50216249f: running",
"commitId": "fabdb6a30b49f79a7aba0f2ad9df9b399473380f",
"quality": "stable",
"token": "111a1111-1aa1-11a1-a111-a1a11111a111",
"vscodeAgentFolder": "$HOME/.vscode-server",
"allowClientDownload": "1",
"forceClientDownload": "0",
"cliNameInArchive": "code",
"ignoreWgetConfigFlag": " --no-config ",
"ignoreCurlConfigFlag": " --disable ",
"wgetTriesSegment": "--tries=1",
"listenArgs": "--on-host=127.0.0.1 --on-port",
"getDownloadServerStartTrigger": "afc50216249f:trigger_server_download",
"getDownloadServerEndTrigger": "afc50216249f:trigger_server_download_end",
"getProgressDownloading": "afc50216249f%%1%%",
"getProgressInstalling": "afc50216249f%%2%%",
"printVars": "echo \"SSH_AUTH_SOCK==$SSH_AUTH_SOCK==\"\necho \"DISPLAY==$DISPLAY==\""
}
[11:04:32.529] Install and start server if needed
[11:04:32.531] askpass server listening on /var/folders/25/6nz8z0n14k5_dgrd09cl5x300000gn/T/vscode-ssh-askpass-39519ed79fd0ea1e5e4af44eeabb11db75236000.sock
[11:04:32.532] Spawning local server with {"serverId":2,"ipcHandlePath":"/var/folders/25/6nz8z0n14k5_dgrd09cl5x300000gn/T/vscode-ssh-askpass-5a39a510f31b627c1cc3c44067571482dbbb8f7d.sock","sshCommand":"ssh","sshArgs":["-v","-T","-D","65217","-o","ConnectTimeout=15","bit_sslab"],"serverDataFolderName":".vscode-server","dataFilePath":"/Users/liuying/Library/Application Support/Code/User/globalStorage/ms-vscode-remote.remote-ssh/vscode-ssh-host-d320913a-fabdb6a30b49f79a7aba0f2ad9df9b399473380f-0.116.1-es/data.json"}
[11:04:32.532] Local server env: {"SSH_AUTH_SOCK":"/private/tmp/com.apple.launchd.UGzCZv1Hp5/Listeners","SHELL":"/bin/zsh","DISPLAY":"1","ELECTRON_RUN_AS_NODE":"1","SSH_ASKPASS":"/Users/liuying/.vscode/extensions/ms-vscode-remote.remote-ssh-0.116.1/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":"","VSCODE_SSH_ASKPASS_MAIN":"/Users/liuying/.vscode/extensions/ms-vscode-remote.remote-ssh-0.116.1/out/askpass-main.js","VSCODE_SSH_ASKPASS_HANDLE":"/var/folders/25/6nz8z0n14k5_dgrd09cl5x300000gn/T/vscode-ssh-askpass-39519ed79fd0ea1e5e4af44eeabb11db75236000.sock"}
[11:04:32.532] Spawned 17197
[11:04:32.532] Using connect timeout of 17 seconds
[11:04:32.593] > local-server-2> Running ssh connection command: ssh -v -T -D 65217 -o ConnectTimeout=15 bit_sslab
[11:04:32.594] > local-server-2> Spawned ssh, pid=17200
[11:04:32.599] stderr> OpenSSH_9.8p1, LibreSSL 3.3.6
[11:04:33.482] stderr> debug1: Server host key: ssh-ed25519 SHA256:smsXWie8RJ/7LseN68CsqhLS9InXtbH9r4vf9MJ9/no
[11:04:33.630] Got askpass request: {"request":" [email protected]'s password: "}
[11:04:33.630] Showing password prompt
[11:04:33.631] Listening for interwindow password on /var/folders/25/6nz8z0n14k5_dgrd09cl5x300000gn/T/vscode-ssh-askpass-9c5ca587c68f9b703321704b73422afaceff760f.sock
[11:04:33.631] Writing password prompt to globalState
[11:04:36.631] Exec server for ssh-remote+bit_sslab closed (gracefully)
[11:04:36.633] > local-server-1> Timed out
[11:04:36.639] Local server exit: 0
I hope someone can help with this. Thanks!