### Is there an existing issue for this bug?
- [X] I have searched the existing… issues
### Required Troubleshooting Steps
- [X] I have followed these troubleshooting steps
- [X] I have tried both values of the `remote.SSH.useLocalServer` setting
### Connect Locally
It connects successfully
### ->
_No response_
### Expected Behavior
It used to work fine a couple of hours ago, and now I can't connect to my remote container via VSCode.
For the first few seconds, it seems like everything went well (It loads successfully)
Then it asks for my password again and after entering the password it gets disconnected with an error message saying
"Cannot reconnect. Please reload the window."
This is the most relevant issue I found so far, but the solutions did not help. [Related issue](https://stackoverflow.com/questions/64172004/vscode-ssh-extension-keeps-disconnecting-after-moving-to-a-new-location)
I tried
i) Rebooting / recreating docker container
ii) Reinstalling vscode-server
but still no luck.
Below is the log I found on the VSCode.
First part is when it has been loaded successfully for the first few seconds,
and the second part is when it gets messed up.
```
[20:31:17.389] Remote server is listening on port 39497
[20:31:17.389] Parsed server configuration: {"serverConfiguration":{"remoteListeningOn":{"port":39497},"osReleaseId":"ubuntu","arch":"x86_64","webUiAccessToken":"","sshAuthSock":"","display":"","tmpDir":"/tmp","platform":"linux","connectionToken":"1a1a1111-a1a1-111a-a1a1-1a1aaaa1a111"},"serverStartTime":164,"installUnpackCode":""}
[20:31:17.390] Persisting server connection details to /Users/jaihoonkim/Library/Application Support/Code/User/globalStorage/ms-vscode-remote.remote-ssh/vscode-ssh-host-04040d5a-8b617bd08fd9e3fc94d14adb8d358b56e3f72314-0.106.2/data.json
[20:31:17.391] Starting forwarding server. local port 49569 -> socksPort 49567 -> remotePort 39497
[20:31:17.391] Forwarding server listening on port 49569
[20:31:17.391] Waiting for ssh tunnel to be ready
[20:31:17.392] Tunneled port 39497 to local port 49569
[20:31:17.392] Resolved "ssh-remote+geometry6.kaist.ac.kr" to "port 49569"
[20:31:17.392] [Forwarding server port 49569] Got connection 0
[20:31:17.395] ------
[20:31:17.400] [Forwarding server port 49569] Got connection 1
[20:31:17.714] [Forwarding server port 49569] Got connection 2`
```
Asks for user password then
```
[20:39:47.074] Opening exec server for ssh-remote+geometry6.kaist.ac.kr
[20:39:47.082] Acquiring local install lock: /var/folders/dx/hj8776m94x90jdqp5nlp_dpr0000gn/T/vscode-remote-ssh-04040d5a-install.lock
[20:39:47.082] Initizing new exec server for ssh-remote+geometry6.kaist.ac.kr
[20:39:47.083] Looking for existing server data file at /Users/jaihoonkim/Library/Application Support/Code/User/globalStorage/ms-vscode-remote.remote-ssh/vscode-ssh-host-04040d5a-8b617bd08fd9e3fc94d14adb8d358b56e3f72314-0.106.2/data.json
[20:39:47.094] Found local server running: {"remoteListeningOn":{"port":39497},"osReleaseId":"ubuntu","arch":"x86_64","webUiAccessToken":"","sshAuthSock":"","display":"","tmpDir":"/tmp","platform":"linux","connectionToken":"1a1a1111-a1a1-111a-a1a1-1a1aaaa1a111","pid":2786,"ipcHandlePath":"/var/folders/dx/hj8776m94x90jdqp5nlp_dpr0000gn/T/vscode-ssh-askpass-eea8c1a2e3f73fe1700e7b7cf9a8ba973e6a12be.sock","socksPort":49627,"startupTime":1694345969304}
[20:39:47.094] Running server is stale. Ignoring
[20:39:47.094] Using commit id "8b617bd08fd9e3fc94d14adb8d358b56e3f72314" and quality "stable" for server
[20:39:47.096] Install and start server if needed
[20:39:47.098] askpass server listening on /var/folders/dx/hj8776m94x90jdqp5nlp_dpr0000gn/T/vscode-ssh-askpass-b7a9ac7101d33686bd92cc94207ebcee9115316c.sock
[20:39:47.098] Spawning local server with {"serverId":2,"ipcHandlePath":"/var/folders/dx/hj8776m94x90jdqp5nlp_dpr0000gn/T/vscode-ssh-askpass-a79e8567e077c166e36649c329f0c1b929518271.sock","sshCommand":"ssh","sshArgs":["-v","-T","-D","49627","-o","ConnectTimeout=15","geometry6.kaist.ac.kr"],"serverDataFolderName":".vscode-server","dataFilePath":"/Users/jaihoonkim/Library/Application Support/Code/User/globalStorage/ms-vscode-remote.remote-ssh/vscode-ssh-host-04040d5a-8b617bd08fd9e3fc94d14adb8d358b56e3f72314-0.106.2/data.json"}
[20:39:47.098] Local server env: {"SSH_AUTH_SOCK":"/private/tmp/com.apple.launchd.x8ntmiltw9/Listeners","SHELL":"/bin/zsh","DISPLAY":"1","ELECTRON_RUN_AS_NODE":"1","SSH_ASKPASS":"/Users/jaihoonkim/.vscode/extensions/ms-vscode-remote.remote-ssh-0.106.2/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/jaihoonkim/.vscode/extensions/ms-vscode-remote.remote-ssh-0.106.2/out/askpass-main.js","VSCODE_SSH_ASKPASS_HANDLE":"/var/folders/dx/hj8776m94x90jdqp5nlp_dpr0000gn/T/vscode-ssh-askpass-b7a9ac7101d33686bd92cc94207ebcee9115316c.sock"}
[20:39:47.099] Spawned 2802
[20:39:47.168] > local-server-2> Running ssh connection command: "-v -T -D 49627 -o ConnectTimeout=15 geometry6.kaist.ac.kr"
[20:39:47.170] > local-server-2> Spawned ssh, pid=2810
[20:39:47.173] stderr> OpenSSH_9.0p1, LibreSSL 3.3.6
[20:39:47.250] stderr> debug1: Server host key: ssh-ed25519 SHA256:iREj0BN6Ks8qd+rsy9o6RHMGkoobNjd8yWS3qz9QjeE
[20:39:47.370] Got askpass request: {"request":"jh27kim@geometry6.kaist.ac.kr's password:"}
[20:39:47.370] Showing password prompt
[20:39:47.370] Listening for interwindow password on /var/folders/dx/hj8776m94x90jdqp5nlp_dpr0000gn/T/vscode-ssh-askpass-afa14ab881ad4fbfe79441edac4070499e99727b.sock
[20:39:47.370] Writing password prompt to globalState
[20:39:49.445] Got password response
[20:39:49.446] Interactor gave response: ********
[20:39:49.446] Cleaning up other-window auth server
[20:39:49.493] stderr> Authenticated to geometry6.kaist.ac.kr ([143.248.49.53]:30006) using "password".
[20:39:49.494] stderr> bind [::1]:49627: Address already in use
[20:39:49.494] stderr> bind [127.0.0.1]:49627: Address already in use
[20:39:49.494] stderr> channel_setup_fwd_listener_tcpip: cannot listen to port: 49627
[20:39:49.494] stderr> Could not request local forwarding.
[20:39:49.556] > Welcome to Ubuntu 20.04.4 LTS (GNU/Linux 5.4.0-156-generic x86_64)
>
> * Documentation: https://help.ubuntu.com
> * Management: https://landscape.canonical.com
> * Support: https://ubuntu.com/advantage
>
> This system has been minimized by removing packages and content that are
> not required on a system that users do not log into.
>
> To restore this content, you can run the 'unminimize' command.
[20:39:49.566] > ready: 670e20bc4d6c
[20:39:49.579] > Linux 5.4.0-156-generic #173-Ubuntu SMP Tue Jul 11 07:25:22 UTC 2023
[20:39:49.579] Platform: linux
[20:39:49.591] > /bin/sh
[20:39:49.591] Shell: sh
[20:39:49.591] Creating bash subshell inside "sh"
[20:39:49.657] > bash version: 5.0.17(1)-release
[20:39:49.678] > 670e20bc4d6c: running
[20:39:49.703] > Found existing installation at /home/jh27kim/.vscode-server...
> Running ssh connection command... /home/jh27kim/.vscode-server/code-8b617bd08fd9e3fc94d14adb8d358b56e3f72314 command-shell --cli-data-dir /home/jh27kim/.vscode-server/cli --on-port --require-token 8b7ff2737d7c &> "/home/jh27kim/.vscode-server/.cli.8b617bd08fd9e3fc94d14adb8d358b56e3f72314.log" < /dev/null
> printenv:
[20:39:49.705] > SHELL=/bin/sh
> PWD=/home/jh27kim
> LOGNAME=jh27kim
> MOTD_SHOWN=pam
> HOME=/home/jh27kim
> LANG=en_US.UTF-8
> VSCODE_AGENT_FOLDER=/home/jh27kim/.vscode-server
> SSH_CONNECTION=172.25.9.35 49645 172.17.0.2 22
> USER=jh27kim
> SHLVL=0
> SSH_CLIENT=172.25.9.35 49645 22
> PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
> _=/usr/bin/printenv
[20:39:49.709] > Removing old logfile at /home/jh27kim/.vscode-server/.cli.8b617bd08fd9e3fc94d14adb8d358b56e3f72314.log
[20:39:49.756] > Spawned remote CLI: 4127740
[20:39:49.799] > Waiting for server log...
[20:39:50.014] > 670e20bc4d6c: start
> SSH_AUTH_SOCK====
> DISPLAY====
> listeningOn==127.0.0.1:43163==
> osReleaseId==ubuntu==
> arch==x86_64==
> vscodeArch==x64==
> bitness==64==
> tmpDir==/tmp==
> platform==linux==
> unpackResult====
> didLocalDownload==0==
> downloadTime====
> installTime====
> serverStartTime==303==
[20:39:50.015] > 670e20bc4d6c: end
[20:39:50.016] Received install output:
SSH_AUTH_SOCK====
DISPLAY====
listeningOn==127.0.0.1:43163==
osReleaseId==ubuntu==
arch==x86_64==
vscodeArch==x64==
bitness==64==
tmpDir==/tmp==
platform==linux==
unpackResult====
didLocalDownload==0==
downloadTime====
installTime====
serverStartTime==303==
[20:39:50.016] Remote server is listening on port 43163
[20:39:50.016] Parsed server configuration: {"serverConfiguration":{"remoteListeningOn":{"port":43163},"osReleaseId":"ubuntu","arch":"x86_64","sshAuthSock":"","display":"","tmpDir":"/tmp","platform":"linux"},"serverStartTime":303,"installUnpackCode":""}
[20:39:50.018] Persisting server connection details to /Users/jaihoonkim/Library/Application Support/Code/User/globalStorage/ms-vscode-remote.remote-ssh/vscode-ssh-host-04040d5a-8b617bd08fd9e3fc94d14adb8d358b56e3f72314-0.106.2/data.json
[20:39:50.020] Starting forwarding server. local port 49646 -> socksPort 49627 -> remotePort 43163
[20:39:50.021] Forwarding server listening on port 49646
[20:39:50.021] Waiting for ssh tunnel to be ready
[20:39:50.024] Tunneled port 43163 to local port 49646
[20:39:50.024] Resolved "ssh-remote+geometry6.kaist.ac.kr" to "port 49646"
[20:39:50.025] Resolving exec server at port 49646
[20:39:50.026] [Forwarding server port 49646] Got connection 0
[20:39:50.027] [Forwarding server port 49646] Got connection 1
[20:39:50.089] Exec server for ssh-remote+geometry6.kaist.ac.kr created and cached
[20:39:50.850] > local-server-1> Timed out
[20:39:50.851] Exec server for ssh-remote+geometry6.kaist.ac.kr closed (gracefully)
[20:39:50.853] Local server exit: 0
[20:39:50.855] [Forwarding server port 49631] Got connection 3
[20:39:50.857] Failed to set up socket for dynamic port forward to remote port 39497: connect ECONNREFUSED 127.0.0.1:49627. Is the remote port correct?
[20:39:50.857] ------
[20:39:50.858] SSH Resolver called for "ssh-remote+geometry6.kaist.ac.kr", attempt 2, (Reconnection)
[20:39:50.859] SSH Resolver called for host: geometry6.kaist.ac.kr
[20:39:50.859] Setting up SSH remote "geometry6.kaist.ac.kr"
[20:39:50.860] Acquiring local install lock: /var/folders/dx/hj8776m94x90jdqp5nlp_dpr0000gn/T/vscode-remote-ssh-04040d5a-install.lock
[20:39:50.860] Looking for existing server data file at /Users/jaihoonkim/Library/Application Support/Code/User/globalStorage/ms-vscode-remote.remote-ssh/vscode-ssh-host-04040d5a-8b617bd08fd9e3fc94d14adb8d358b56e3f72314-0.106.2/data.json
[20:39:50.861] Found local server running: {"remoteListeningOn":{"port":43163},"osReleaseId":"ubuntu","arch":"x86_64","sshAuthSock":"","display":"","tmpDir":"/tmp","platform":"linux","pid":2802,"ipcHandlePath":"/var/folders/dx/hj8776m94x90jdqp5nlp_dpr0000gn/T/vscode-ssh-askpass-a79e8567e077c166e36649c329f0c1b929518271.sock","socksPort":49627,"startupTime":1694345987099}
[20:39:50.861] Running server is stale. Ignoring
[20:39:50.862] Using commit id "8b617bd08fd9e3fc94d14adb8d358b56e3f72314" and quality "stable" for server
[20:39:50.864] Install and start server if needed
[20:39:50.868] askpass server listening on /var/folders/dx/hj8776m94x90jdqp5nlp_dpr0000gn/T/vscode-ssh-askpass-d041d35b20c9bce11986bdce8e3b7287fb77348d.sock
[20:39:50.868] Spawning local server with {"serverId":3,"ipcHandlePath":"/var/folders/dx/hj8776m94x90jdqp5nlp_dpr0000gn/T/vscode-ssh-askpass-3906bcb520649764e9aab4c1e979aa752d8c0533.sock","sshCommand":"ssh","sshArgs":["-v","-T","-D","49627","-o","ConnectTimeout=15","geometry6.kaist.ac.kr"],"serverDataFolderName":".vscode-server","dataFilePath":"/Users/jaihoonkim/Library/Application Support/Code/User/globalStorage/ms-vscode-remote.remote-ssh/vscode-ssh-host-04040d5a-8b617bd08fd9e3fc94d14adb8d358b56e3f72314-0.106.2/data.json"}
[20:39:50.868] Local server env: {"SSH_AUTH_SOCK":"/private/tmp/com.apple.launchd.x8ntmiltw9/Listeners","SHELL":"/bin/zsh","DISPLAY":"1","ELECTRON_RUN_AS_NODE":"1","SSH_ASKPASS":"/Users/jaihoonkim/.vscode/extensions/ms-vscode-remote.remote-ssh-0.106.2/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/jaihoonkim/.vscode/extensions/ms-vscode-remote.remote-ssh-0.106.2/out/askpass-main.js","VSCODE_SSH_ASKPASS_HANDLE":"/var/folders/dx/hj8776m94x90jdqp5nlp_dpr0000gn/T/vscode-ssh-askpass-d041d35b20c9bce11986bdce8e3b7287fb77348d.sock"}
[20:39:50.869] Spawned 2816
[20:39:50.949] > local-server-3> Running ssh connection command: "-v -T -D 49627 -o ConnectTimeout=15 geometry6.kaist.ac.kr"
[20:39:50.950] > local-server-3> Spawned ssh, pid=2824
[20:39:50.953] stderr> OpenSSH_9.0p1, LibreSSL 3.3.6
[20:39:51.034] stderr> debug1: Server host key: ssh-ed25519 SHA256:iREj0BN6Ks8qd+rsy9o6RHMGkoobNjd8yWS3qz9QjeE
[20:39:51.156] Got askpass request: {"request":"jh27kim@geometry6.kaist.ac.kr's password:"}
[20:39:51.157] Showing password prompt
[20:39:51.157] Listening for interwindow password on /var/folders/dx/hj8776m94x90jdqp5nlp_dpr0000gn/T/vscode-ssh-askpass-9881c7b2cbe00cdbd884bdd2646d28f08f9b3698.sock
[20:39:51.157] Writing password prompt to globalState
[20:39:54.534] Got password response
[20:39:54.534] Interactor gave response: ********
[20:39:54.535] Cleaning up other-window auth server
[20:39:54.581] stderr> Authenticated to geometry6.kaist.ac.kr ([143.248.49.53]:30006) using "password".
[20:39:54.611] > local-server-2> Timed out
[20:39:54.616] Local server exit: 0
[20:39:54.652] > Welcome to Ubuntu 20.04.4 LTS (GNU/Linux 5.4.0-156-generic x86_64)
>
> * Documentation: https://help.ubuntu.com
> * Management: https://landscape.canonical.com
> * Support: https://ubuntu.com/advantage
>
> This system has been minimized by removing packages and content that are
> not required on a system that users do not log into.
>
> To restore this content, you can run the 'unminimize' command.
[20:39:54.663] > ready: e2a503719f15
[20:39:54.677] > Linux 5.4.0-156-generic #173-Ubuntu SMP Tue Jul 11 07:25:22 UTC 2023
[20:39:54.677] Platform: linux
[20:39:54.688] > /bin/sh
[20:39:54.688] Shell: sh
[20:39:54.688] Creating bash subshell inside "sh"
[20:39:54.754] > bash version: 5.0.17(1)-release
[20:39:54.776] > e2a503719f15: running
[20:39:54.828] > Found existing installation at /home/jh27kim/.vscode-server...
> Running ssh connection command... /home/jh27kim/.vscode-server/code-8b617bd08fd9e3fc94d14adb8d358b56e3f72314 command-shell --cli-data-dir /home/jh27kim/.vscode-server/cli --on-port --require-token 00fd15fe6541 &> "/home/jh27kim/.vscode-server/.cli.8b617bd08fd9e3fc94d14adb8d358b56e3f72314.log" < /dev/null
> printenv:
[20:39:54.831] > SHELL=/bin/sh
> PWD=/home/jh27kim
> LOGNAME=jh27kim
> MOTD_SHOWN=pam
> HOME=/home/jh27kim
> LANG=en_US.UTF-8
> VSCODE_AGENT_FOLDER=/home/jh27kim/.vscode-server
> SSH_CONNECTION=172.25.9.35 49654 172.17.0.2 22
> USER=jh27kim
> SHLVL=0
> SSH_CLIENT=172.25.9.35 49654 22
> PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
> _=/usr/bin/printenv
[20:39:54.891] > Removing old logfile at /home/jh27kim/.vscode-server/.cli.8b617bd08fd9e3fc94d14adb8d358b56e3f72314.log
[20:39:54.915] > Spawned remote CLI: 4127869
[20:39:54.955] > Waiting for server log...
[20:39:55.124] > e2a503719f15: start
> SSH_AUTH_SOCK====
> DISPLAY====
> listeningOn==127.0.0.1:42093==
> osReleaseId==ubuntu==
> arch==x86_64==
> vscodeArch==x64==
> bitness==64==
[20:39:55.125] > tmpDir==/tmp==
> platform==linux==
> unpackResult====
> didLocalDownload==0==
> downloadTime====
> installTime====
> serverStartTime==288==
> e2a503719f15: end
[20:39:55.126] Received install output:
SSH_AUTH_SOCK====
DISPLAY====
listeningOn==127.0.0.1:42093==
osReleaseId==ubuntu==
arch==x86_64==
vscodeArch==x64==
bitness==64==tmpDir==/tmp==
platform==linux==
unpackResult====
didLocalDownload==0==
downloadTime====
installTime====
serverStartTime==288==
[20:39:55.127] Remote server is listening on port 42093
[20:39:55.127] Parsed server configuration: {"serverConfiguration":{"remoteListeningOn":{"port":42093},"osReleaseId":"ubuntu","arch":"x86_64","sshAuthSock":"","display":"","tmpDir":"/tmp","platform":"linux"},"serverStartTime":288,"installUnpackCode":""}
[20:39:55.128] Persisting server connection details to /Users/jaihoonkim/Library/Application Support/Code/User/globalStorage/ms-vscode-remote.remote-ssh/vscode-ssh-host-04040d5a-8b617bd08fd9e3fc94d14adb8d358b56e3f72314-0.106.2/data.json
[20:39:55.132] Starting forwarding server. local port 49655 -> socksPort 49627 -> remotePort 42093
[20:39:55.133] Forwarding server listening on port 49655
[20:39:55.134] Waiting for ssh tunnel to be ready
[20:39:55.137] [Forwarding server port 49655] Got connection 0
[20:39:55.138] Tunneled port 42093 to local port 49655
[20:39:55.139] Resolved "ssh-remote+geometry6.kaist.ac.kr" to "port 49655"
[20:39:55.140] Initizing new exec server for ssh-remote+geometry6.kaist.ac.kr
[20:39:55.140] Resolving exec server at port 49655
[20:39:55.141] [Forwarding server port 49655] Got connection 1
[20:39:55.197] Exec server for ssh-remote+geometry6.kaist.ac.kr created and cached
[20:39:55.199] ------
[20:39:55.223] [server] Checking /home/jh27kim/.vscode-server/cli/servers/Stable-8b617bd08fd9e3fc94d14adb8d358b56e3f72314/log.txt and /home/jh27kim/.vscode-server/cli/servers/Stable-8b617bd08fd9e3fc94d14adb8d358b56e3f72314/pid.txt for a running server...
[20:39:55.376] [server] Installing and setting up Visual Studio Code Server...
[20:39:55.377] [server] Server setup complete
[20:39:55.377] [server] Starting server...
[20:39:55.378] [server] Starting server with command... Command { std: "/home/jh27kim/.vscode-server/cli/servers/Stable-8b617bd08fd9e3fc94d14adb8d358b56e3f72314/server/bin/code-server" "--connection-token=remotessh" "--accept-server-license-terms" "--start-server" "--enable-remote-auto-shutdown" "--socket-path=/tmp/code-6d2d5135-d75d-4409-a5d8-5d700384cf39", kill_on_drop: false }
[20:39:56.301] [server] *
[20:39:56.301] [server] * Visual Studio Code Server
[20:39:56.302] [server] *
[20:39:56.302] [server] * By using the software, you agree to
[20:39:56.302] [server] * the Visual Studio Code Server License Terms (https://aka.ms/vscode-server-license) and
[20:39:56.303] [server] Server bound to /tmp/code-6d2d5135-d75d-4409-a5d8-5d700384cf39
[20:39:56.303] [server] Extension host agent listening on /tmp/code-6d2d5135-d75d-4409-a5d8-5d700384cf39
[20:39:56.304] [server] parsed location: "/tmp/code-6d2d5135-d75d-4409-a5d8-5d700384cf39"
[20:39:56.304] [server]
[20:39:56.304] [server] Server started
[20:39:59.269] [server] [20:39:59]
[20:39:59.270] [server]
[20:39:59.271] [server]
[20:39:59.271] [server]
[20:39:59.643] [server] [20:39:59] Extension host agent started.
[20:40:01.126] [server] [20:40:01] [<unknown>][5450dbb0][ManagementConnection] Unknown reconnection token (never seen).
```
My environments are
- Ubuntu 20.04
- VScode (local): 1.82.0
Appreciate any help
### Steps To Reproduce
1. Download VSCode 1.82.0
2. Setup docker container
3. Connect SSH to the container on VSCode
### Remote-SSH Log
<details>
<summary>Remote-SSH Log</summary>
<p>
```
[20:39:29.283] Log Level: 2
[20:39:29.288] VS Code version: 1.82.0
[20:39:29.288] Remote-SSH version: remote-ssh@0.106.2
[20:39:29.288] darwin arm64
[20:39:29.290] SSH Resolver called for "ssh-remote+geometry6.kaist.ac.kr", attempt 1
[20:39:29.290] "remote.SSH.useLocalServer": true
[20:39:29.290] "remote.SSH.path": undefined
[20:39:29.290] "remote.SSH.configFile": undefined
[20:39:29.290] "remote.SSH.useFlock": true
[20:39:29.290] "remote.SSH.lockfilesInTmp": false
[20:39:29.290] "remote.SSH.localServerDownload": auto
[20:39:29.290] "remote.SSH.remoteServerListenOnSocket": false
[20:39:29.290] "remote.SSH.showLoginTerminal": false
[20:39:29.290] "remote.SSH.defaultExtensions": []
[20:39:29.290] "remote.SSH.loglevel": 2
[20:39:29.290] "remote.SSH.enableDynamicForwarding": true
[20:39:29.290] "remote.SSH.enableRemoteCommand": false
[20:39:29.290] "remote.SSH.serverPickPortsFromRange": {}
[20:39:29.290] "remote.SSH.serverInstallPath": {}
[20:39:29.294] SSH Resolver called for host: geometry6.kaist.ac.kr
[20:39:29.294] Setting up SSH remote "geometry6.kaist.ac.kr"
[20:39:29.295] Acquiring local install lock: /var/folders/dx/hj8776m94x90jdqp5nlp_dpr0000gn/T/vscode-remote-ssh-04040d5a-install.lock
[20:39:29.296] Looking for existing server data file at /Users/jaihoonkim/Library/Application Support/Code/User/globalStorage/ms-vscode-remote.remote-ssh/vscode-ssh-host-04040d5a-8b617bd08fd9e3fc94d14adb8d358b56e3f72314-0.106.2/data.json
[20:39:29.296] Using commit id "8b617bd08fd9e3fc94d14adb8d358b56e3f72314" and quality "stable" for server
[20:39:29.297] Install and start server if needed
[20:39:29.298] PATH: /Users/jaihoonkim/miniconda3/bin:/Users/jaihoonkim/miniconda3/condabin:/Users/jaihoonkim/.docker/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/homebrew/bin/python3:/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
[20:39:29.298] Checking ssh with "ssh -V"
[20:39:29.303] > OpenSSH_9.0p1, LibreSSL 3.3.6
[20:39:29.304] askpass server listening on /var/folders/dx/hj8776m94x90jdqp5nlp_dpr0000gn/T/vscode-ssh-askpass-00a794b7c170206d00405cb7a0a15d0a8c58741e.sock
[20:39:29.304] Spawning local server with {"serverId":1,"ipcHandlePath":"/var/folders/dx/hj8776m94x90jdqp5nlp_dpr0000gn/T/vscode-ssh-askpass-eea8c1a2e3f73fe1700e7b7cf9a8ba973e6a12be.sock","sshCommand":"ssh","sshArgs":["-v","-T","-D","49627","-o","ConnectTimeout=15","geometry6.kaist.ac.kr"],"serverDataFolderName":".vscode-server","dataFilePath":"/Users/jaihoonkim/Library/Application Support/Code/User/globalStorage/ms-vscode-remote.remote-ssh/vscode-ssh-host-04040d5a-8b617bd08fd9e3fc94d14adb8d358b56e3f72314-0.106.2/data.json"}
[20:39:29.304] Local server env: {"SSH_AUTH_SOCK":"/private/tmp/com.apple.launchd.x8ntmiltw9/Listeners","SHELL":"/bin/zsh","DISPLAY":"1","ELECTRON_RUN_AS_NODE":"1","SSH_ASKPASS":"/Users/jaihoonkim/.vscode/extensions/ms-vscode-remote.remote-ssh-0.106.2/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/jaihoonkim/.vscode/extensions/ms-vscode-remote.remote-ssh-0.106.2/out/askpass-main.js","VSCODE_SSH_ASKPASS_HANDLE":"/var/folders/dx/hj8776m94x90jdqp5nlp_dpr0000gn/T/vscode-ssh-askpass-00a794b7c170206d00405cb7a0a15d0a8c58741e.sock"}
[20:39:29.304] Spawned 2786
[20:39:29.370] > local-server-1> Running ssh connection command: "-v -T -D 49627 -o ConnectTimeout=15 geometry6.kaist.ac.kr"
[20:39:29.371] > local-server-1> Spawned ssh, pid=2794
[20:39:29.374] stderr> OpenSSH_9.0p1, LibreSSL 3.3.6
[20:39:29.452] stderr> debug1: Server host key: ssh-ed25519 SHA256:iREj0BN6Ks8qd+rsy9o6RHMGkoobNjd8yWS3qz9QjeE
[20:39:29.571] Got askpass request: {"request":"jh27kim@geometry6.kaist.ac.kr's password:"}
[20:39:29.571] Showing password prompt
[20:39:29.572] Listening for interwindow password on /var/folders/dx/hj8776m94x90jdqp5nlp_dpr0000gn/T/vscode-ssh-askpass-b83134745e968c702155298e129d0ac2d85ce6f2.sock
[20:39:29.572] Writing password prompt to globalState
[20:39:32.354] Got password response
[20:39:32.354] Interactor gave response: ********
[20:39:32.354] Cleaning up other-window auth server
[20:39:32.394] stderr> Authenticated to geometry6.kaist.ac.kr ([143.248.49.53]:30006) using "password".
[20:39:32.563] > Welcome to Ubuntu 20.04.4 LTS (GNU/Linux 5.4.0-156-generic x86_64)
>
> * Documentation: https://help.ubuntu.com
> * Management: https://landscape.canonical.com
> * Support: https://ubuntu.com/advantage
>
> This system has been minimized by removing packages and content that are
> not required on a system that users do not log into.
>
> To restore this content, you can run the 'unminimize' command.
[20:39:32.573] > ready: 1e477f1237b4
[20:39:32.585] > Linux 5.4.0-156-generic #173-Ubuntu SMP Tue Jul 11 07:25:22 UTC 2023
[20:39:32.585] Platform: linux
[20:39:32.597] > /bin/sh
[20:39:32.597] Shell: sh
[20:39:32.597] Creating bash subshell inside "sh"
[20:39:32.663] > bash version: 5.0.17(1)-release
[20:39:32.693] > 1e477f1237b4: running
[20:39:33.088] > Acquiring lock on /home/jh27kim/.vscode-server/bin/8b617bd08fd9e3fc94d14adb8d358b56e3f72314/vscode-remote-lock.jh27kim.8b617bd08fd9e3fc94d14adb8d358b56e3f72314
[20:39:33.266] > Found existing installation at /home/jh27kim/.vscode-server/bin/8b617bd08fd9e3fc94d14adb8d358b56e3f72314...
> Checking /home/jh27kim/.vscode-server/.8b617bd08fd9e3fc94d14adb8d358b56e3f72314.log and /home/jh27kim/.vscode-server/.8b617bd08fd9e3fc94d14adb8d358b56e3f72314.pid for a running server
[20:39:33.412] > Looking for server with pid: 4124998
[20:39:33.552] > Found running server...
[20:39:33.703] >
> *
> * Visual Studio Code Server
> *
> * By using the software, you agree to
> * the Visual Studio Code Server License Terms (https://aka.ms/vscode-server-license) and
> * the Microsoft Privacy Statement (https://privacy.microsoft.com/en-US/privacystatement).
> *
>
[20:39:33.974] > Checking server status on port 39497 with wget
[20:39:34.110] > 1e477f1237b4: start
> SSH_AUTH_SOCK====
> DISPLAY====
> webUiAccessToken====
> listeningOn==39497==
> osReleaseId==ubuntu==
> arch==x86_64==
> vscodeArch==x64==
> bitness==64==
> tmpDir==/tmp==
> platform==linux==
> unpackResult====
> didLocalDownload==0==
> downloadTime====
> installTime====
> extInstallTime====
> serverStartTime====
> connectionToken==1a1a1111-a1a1-111a-a1a1-1a1aaaa1a111==
> 1e477f1237b4: end
[20:39:34.110] Received install output:
SSH_AUTH_SOCK====
DISPLAY====
webUiAccessToken====
listeningOn==39497==
osReleaseId==ubuntu==
arch==x86_64==
vscodeArch==x64==
bitness==64==
tmpDir==/tmp==
platform==linux==
unpackResult====
didLocalDownload==0==
downloadTime====
installTime====
extInstallTime====
serverStartTime====
connectionToken==1a1a1111-a1a1-111a-a1a1-1a1aaaa1a111==
[20:39:34.111] Remote server is listening on port 39497
[20:39:34.111] Parsed server configuration: {"serverConfiguration":{"remoteListeningOn":{"port":39497},"osReleaseId":"ubuntu","arch":"x86_64","webUiAccessToken":"","sshAuthSock":"","display":"","tmpDir":"/tmp","platform":"linux","connectionToken":"1a1a1111-a1a1-111a-a1a1-1a1aaaa1a111"},"installUnpackCode":""}
[20:39:34.112] Persisting server connection details to /Users/jaihoonkim/Library/Application Support/Code/User/globalStorage/ms-vscode-remote.remote-ssh/vscode-ssh-host-04040d5a-8b617bd08fd9e3fc94d14adb8d358b56e3f72314-0.106.2/data.json
[20:39:34.120] Starting forwarding server. local port 49631 -> socksPort 49627 -> remotePort 39497
[20:39:34.121] Forwarding server listening on port 49631
[20:39:34.121] Waiting for ssh tunnel to be ready
[20:39:34.122] Tunneled port 39497 to local port 49631
[20:39:34.122] Resolved "ssh-remote+geometry6.kaist.ac.kr" to "port 49631"
[20:39:34.124] [Forwarding server port 49631] Got connection 0
[20:39:34.130] ------
[20:39:34.142] [Forwarding server port 49631] Got connection 1
[20:39:34.181] [Forwarding server port 49631] Got connection 2
[20:39:47.074] Opening exec server for ssh-remote+geometry6.kaist.ac.kr
[20:39:47.082] Acquiring local install lock: /var/folders/dx/hj8776m94x90jdqp5nlp_dpr0000gn/T/vscode-remote-ssh-04040d5a-install.lock
[20:39:47.082] Initizing new exec server for ssh-remote+geometry6.kaist.ac.kr
[20:39:47.083] Looking for existing server data file at /Users/jaihoonkim/Library/Application Support/Code/User/globalStorage/ms-vscode-remote.remote-ssh/vscode-ssh-host-04040d5a-8b617bd08fd9e3fc94d14adb8d358b56e3f72314-0.106.2/data.json
[20:39:47.094] Found local server running: {"remoteListeningOn":{"port":39497},"osReleaseId":"ubuntu","arch":"x86_64","webUiAccessToken":"","sshAuthSock":"","display":"","tmpDir":"/tmp","platform":"linux","connectionToken":"1a1a1111-a1a1-111a-a1a1-1a1aaaa1a111","pid":2786,"ipcHandlePath":"/var/folders/dx/hj8776m94x90jdqp5nlp_dpr0000gn/T/vscode-ssh-askpass-eea8c1a2e3f73fe1700e7b7cf9a8ba973e6a12be.sock","socksPort":49627,"startupTime":1694345969304}
[20:39:47.094] Running server is stale. Ignoring
[20:39:47.094] Using commit id "8b617bd08fd9e3fc94d14adb8d358b56e3f72314" and quality "stable" for server
[20:39:47.096] Install and start server if needed
[20:39:47.098] askpass server listening on /var/folders/dx/hj8776m94x90jdqp5nlp_dpr0000gn/T/vscode-ssh-askpass-b7a9ac7101d33686bd92cc94207ebcee9115316c.sock
[20:39:47.098] Spawning local server with {"serverId":2,"ipcHandlePath":"/var/folders/dx/hj8776m94x90jdqp5nlp_dpr0000gn/T/vscode-ssh-askpass-a79e8567e077c166e36649c329f0c1b929518271.sock","sshCommand":"ssh","sshArgs":["-v","-T","-D","49627","-o","ConnectTimeout=15","geometry6.kaist.ac.kr"],"serverDataFolderName":".vscode-server","dataFilePath":"/Users/jaihoonkim/Library/Application Support/Code/User/globalStorage/ms-vscode-remote.remote-ssh/vscode-ssh-host-04040d5a-8b617bd08fd9e3fc94d14adb8d358b56e3f72314-0.106.2/data.json"}
[20:39:47.098] Local server env: {"SSH_AUTH_SOCK":"/private/tmp/com.apple.launchd.x8ntmiltw9/Listeners","SHELL":"/bin/zsh","DISPLAY":"1","ELECTRON_RUN_AS_NODE":"1","SSH_ASKPASS":"/Users/jaihoonkim/.vscode/extensions/ms-vscode-remote.remote-ssh-0.106.2/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/jaihoonkim/.vscode/extensions/ms-vscode-remote.remote-ssh-0.106.2/out/askpass-main.js","VSCODE_SSH_ASKPASS_HANDLE":"/var/folders/dx/hj8776m94x90jdqp5nlp_dpr0000gn/T/vscode-ssh-askpass-b7a9ac7101d33686bd92cc94207ebcee9115316c.sock"}
[20:39:47.099] Spawned 2802
[20:39:47.168] > local-server-2> Running ssh connection command: "-v -T -D 49627 -o ConnectTimeout=15 geometry6.kaist.ac.kr"
[20:39:47.170] > local-server-2> Spawned ssh, pid=2810
[20:39:47.173] stderr> OpenSSH_9.0p1, LibreSSL 3.3.6
[20:39:47.250] stderr> debug1: Server host key: ssh-ed25519 SHA256:iREj0BN6Ks8qd+rsy9o6RHMGkoobNjd8yWS3qz9QjeE
[20:39:47.370] Got askpass request: {"request":"jh27kim@geometry6.kaist.ac.kr's password:"}
[20:39:47.370] Showing password prompt
[20:39:47.370] Listening for interwindow password on /var/folders/dx/hj8776m94x90jdqp5nlp_dpr0000gn/T/vscode-ssh-askpass-afa14ab881ad4fbfe79441edac4070499e99727b.sock
[20:39:47.370] Writing password prompt to globalState
[20:39:49.445] Got password response
[20:39:49.446] Interactor gave response: ********
[20:39:49.446] Cleaning up other-window auth server
[20:39:49.493] stderr> Authenticated to geometry6.kaist.ac.kr ([143.248.49.53]:30006) using "password".
[20:39:49.494] stderr> bind [::1]:49627: Address already in use
[20:39:49.494] stderr> bind [127.0.0.1]:49627: Address already in use
[20:39:49.494] stderr> channel_setup_fwd_listener_tcpip: cannot listen to port: 49627
[20:39:49.494] stderr> Could not request local forwarding.
[20:39:49.556] > Welcome to Ubuntu 20.04.4 LTS (GNU/Linux 5.4.0-156-generic x86_64)
>
> * Documentation: https://help.ubuntu.com
> * Management: https://landscape.canonical.com
> * Support: https://ubuntu.com/advantage
>
> This system has been minimized by removing packages and content that are
> not required on a system that users do not log into.
>
> To restore this content, you can run the 'unminimize' command.
[20:39:49.566] > ready: 670e20bc4d6c
[20:39:49.579] > Linux 5.4.0-156-generic #173-Ubuntu SMP Tue Jul 11 07:25:22 UTC 2023
[20:39:49.579] Platform: linux
[20:39:49.591] > /bin/sh
[20:39:49.591] Shell: sh
[20:39:49.591] Creating bash subshell inside "sh"
[20:39:49.657] > bash version: 5.0.17(1)-release
[20:39:49.678] > 670e20bc4d6c: running
[20:39:49.703] > Found existing installation at /home/jh27kim/.vscode-server...
> Running ssh connection command... /home/jh27kim/.vscode-server/code-8b617bd08fd9e3fc94d14adb8d358b56e3f72314 command-shell --cli-data-dir /home/jh27kim/.vscode-server/cli --on-port --require-token 8b7ff2737d7c &> "/home/jh27kim/.vscode-server/.cli.8b617bd08fd9e3fc94d14adb8d358b56e3f72314.log" < /dev/null
> printenv:
[20:39:49.705] > SHELL=/bin/sh
> PWD=/home/jh27kim
> LOGNAME=jh27kim
> MOTD_SHOWN=pam
> HOME=/home/jh27kim
> LANG=en_US.UTF-8
> VSCODE_AGENT_FOLDER=/home/jh27kim/.vscode-server
> SSH_CONNECTION=172.25.9.35 49645 172.17.0.2 22
> USER=jh27kim
> SHLVL=0
> SSH_CLIENT=172.25.9.35 49645 22
> PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
> _=/usr/bin/printenv
[20:39:49.709] > Removing old logfile at /home/jh27kim/.vscode-server/.cli.8b617bd08fd9e3fc94d14adb8d358b56e3f72314.log
[20:39:49.756] > Spawned remote CLI: 4127740
[20:39:49.799] > Waiting for server log...
[20:39:50.014] > 670e20bc4d6c: start
> SSH_AUTH_SOCK====
> DISPLAY====
> listeningOn==127.0.0.1:43163==
> osReleaseId==ubuntu==
> arch==x86_64==
> vscodeArch==x64==
> bitness==64==
> tmpDir==/tmp==
> platform==linux==
> unpackResult====
> didLocalDownload==0==
> downloadTime====
> installTime====
> serverStartTime==303==
[20:39:50.015] > 670e20bc4d6c: end
[20:39:50.016] Received install output:
SSH_AUTH_SOCK====
DISPLAY====
listeningOn==127.0.0.1:43163==
osReleaseId==ubuntu==
arch==x86_64==
vscodeArch==x64==
bitness==64==
tmpDir==/tmp==
platform==linux==
unpackResult====
didLocalDownload==0==
downloadTime====
installTime====
serverStartTime==303==
[20:39:50.016] Remote server is listening on port 43163
[20:39:50.016] Parsed server configuration: {"serverConfiguration":{"remoteListeningOn":{"port":43163},"osReleaseId":"ubuntu","arch":"x86_64","sshAuthSock":"","display":"","tmpDir":"/tmp","platform":"linux"},"serverStartTime":303,"installUnpackCode":""}
[20:39:50.018] Persisting server connection details to /Users/jaihoonkim/Library/Application Support/Code/User/globalStorage/ms-vscode-remote.remote-ssh/vscode-ssh-host-04040d5a-8b617bd08fd9e3fc94d14adb8d358b56e3f72314-0.106.2/data.json
[20:39:50.020] Starting forwarding server. local port 49646 -> socksPort 49627 -> remotePort 43163
[20:39:50.021] Forwarding server listening on port 49646
[20:39:50.021] Waiting for ssh tunnel to be ready
[20:39:50.024] Tunneled port 43163 to local port 49646
[20:39:50.024] Resolved "ssh-remote+geometry6.kaist.ac.kr" to "port 49646"
[20:39:50.025] Resolving exec server at port 49646
[20:39:50.026] [Forwarding server port 49646] Got connection 0
[20:39:50.027] [Forwarding server port 49646] Got connection 1
[20:39:50.089] Exec server for ssh-remote+geometry6.kaist.ac.kr created and cached
[20:39:50.850] > local-server-1> Timed out
[20:39:50.851] Exec server for ssh-remote+geometry6.kaist.ac.kr closed (gracefully)
[20:39:50.853] Local server exit: 0
[20:39:50.855] [Forwarding server port 49631] Got connection 3
[20:39:50.857] Failed to set up socket for dynamic port forward to remote port 39497: connect ECONNREFUSED 127.0.0.1:49627. Is the remote port correct?
[20:39:50.857] ------
[20:39:50.858] SSH Resolver called for "ssh-remote+geometry6.kaist.ac.kr", attempt 2, (Reconnection)
[20:39:50.859] SSH Resolver called for host: geometry6.kaist.ac.kr
[20:39:50.859] Setting up SSH remote "geometry6.kaist.ac.kr"
[20:39:50.860] Acquiring local install lock: /var/folders/dx/hj8776m94x90jdqp5nlp_dpr0000gn/T/vscode-remote-ssh-04040d5a-install.lock
[20:39:50.860] Looking for existing server data file at /Users/jaihoonkim/Library/Application Support/Code/User/globalStorage/ms-vscode-remote.remote-ssh/vscode-ssh-host-04040d5a-8b617bd08fd9e3fc94d14adb8d358b56e3f72314-0.106.2/data.json
[20:39:50.861] Found local server running: {"remoteListeningOn":{"port":43163},"osReleaseId":"ubuntu","arch":"x86_64","sshAuthSock":"","display":"","tmpDir":"/tmp","platform":"linux","pid":2802,"ipcHandlePath":"/var/folders/dx/hj8776m94x90jdqp5nlp_dpr0000gn/T/vscode-ssh-askpass-a79e8567e077c166e36649c329f0c1b929518271.sock","socksPort":49627,"startupTime":1694345987099}
[20:39:50.861] Running server is stale. Ignoring
[20:39:50.862] Using commit id "8b617bd08fd9e3fc94d14adb8d358b56e3f72314" and quality "stable" for server
[20:39:50.864] Install and start server if needed
[20:39:50.868] askpass server listening on /var/folders/dx/hj8776m94x90jdqp5nlp_dpr0000gn/T/vscode-ssh-askpass-d041d35b20c9bce11986bdce8e3b7287fb77348d.sock
[20:39:50.868] Spawning local server with {"serverId":3,"ipcHandlePath":"/var/folders/dx/hj8776m94x90jdqp5nlp_dpr0000gn/T/vscode-ssh-askpass-3906bcb520649764e9aab4c1e979aa752d8c0533.sock","sshCommand":"ssh","sshArgs":["-v","-T","-D","49627","-o","ConnectTimeout=15","geometry6.kaist.ac.kr"],"serverDataFolderName":".vscode-server","dataFilePath":"/Users/jaihoonkim/Library/Application Support/Code/User/globalStorage/ms-vscode-remote.remote-ssh/vscode-ssh-host-04040d5a-8b617bd08fd9e3fc94d14adb8d358b56e3f72314-0.106.2/data.json"}
[20:39:50.868] Local server env: {"SSH_AUTH_SOCK":"/private/tmp/com.apple.launchd.x8ntmiltw9/Listeners","SHELL":"/bin/zsh","DISPLAY":"1","ELECTRON_RUN_AS_NODE":"1","SSH_ASKPASS":"/Users/jaihoonkim/.vscode/extensions/ms-vscode-remote.remote-ssh-0.106.2/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/jaihoonkim/.vscode/extensions/ms-vscode-remote.remote-ssh-0.106.2/out/askpass-main.js","VSCODE_SSH_ASKPASS_HANDLE":"/var/folders/dx/hj8776m94x90jdqp5nlp_dpr0000gn/T/vscode-ssh-askpass-d041d35b20c9bce11986bdce8e3b7287fb77348d.sock"}
[20:39:50.869] Spawned 2816
[20:39:50.949] > local-server-3> Running ssh connection command: "-v -T -D 49627 -o ConnectTimeout=15 geometry6.kaist.ac.kr"
[20:39:50.950] > local-server-3> Spawned ssh, pid=2824
[20:39:50.953] stderr> OpenSSH_9.0p1, LibreSSL 3.3.6
[20:39:51.034] stderr> debug1: Server host key: ssh-ed25519 SHA256:iREj0BN6Ks8qd+rsy9o6RHMGkoobNjd8yWS3qz9QjeE
[20:39:51.156] Got askpass request: {"request":"jh27kim@geometry6.kaist.ac.kr's password:"}
[20:39:51.157] Showing password prompt
[20:39:51.157] Listening for interwindow password on /var/folders/dx/hj8776m94x90jdqp5nlp_dpr0000gn/T/vscode-ssh-askpass-9881c7b2cbe00cdbd884bdd2646d28f08f9b3698.sock
[20:39:51.157] Writing password prompt to globalState
[20:39:54.534] Got password response
[20:39:54.534] Interactor gave response: ********
[20:39:54.535] Cleaning up other-window auth server
[20:39:54.581] stderr> Authenticated to geometry6.kaist.ac.kr ([143.248.49.53]:30006) using "password".
[20:39:54.611] > local-server-2> Timed out
[20:39:54.616] Local server exit: 0
[20:39:54.652] > Welcome to Ubuntu 20.04.4 LTS (GNU/Linux 5.4.0-156-generic x86_64)
>
> * Documentation: https://help.ubuntu.com
> * Management: https://landscape.canonical.com
> * Support: https://ubuntu.com/advantage
>
> This system has been minimized by removing packages and content that are
> not required on a system that users do not log into.
>
> To restore this content, you can run the 'unminimize' command.
[20:39:54.663] > ready: e2a503719f15
[20:39:54.677] > Linux 5.4.0-156-generic #173-Ubuntu SMP Tue Jul 11 07:25:22 UTC 2023
[20:39:54.677] Platform: linux
[20:39:54.688] > /bin/sh
[20:39:54.688] Shell: sh
[20:39:54.688] Creating bash subshell inside "sh"
[20:39:54.754] > bash version: 5.0.17(1)-release
[20:39:54.776] > e2a503719f15: running
[20:39:54.828] > Found existing installation at /home/jh27kim/.vscode-server...
> Running ssh connection command... /home/jh27kim/.vscode-server/code-8b617bd08fd9e3fc94d14adb8d358b56e3f72314 command-shell --cli-data-dir /home/jh27kim/.vscode-server/cli --on-port --require-token 00fd15fe6541 &> "/home/jh27kim/.vscode-server/.cli.8b617bd08fd9e3fc94d14adb8d358b56e3f72314.log" < /dev/null
> printenv:
[20:39:54.831] > SHELL=/bin/sh
> PWD=/home/jh27kim
> LOGNAME=jh27kim
> MOTD_SHOWN=pam
> HOME=/home/jh27kim
> LANG=en_US.UTF-8
> VSCODE_AGENT_FOLDER=/home/jh27kim/.vscode-server
> SSH_CONNECTION=172.25.9.35 49654 172.17.0.2 22
> USER=jh27kim
> SHLVL=0
> SSH_CLIENT=172.25.9.35 49654 22
> PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
> _=/usr/bin/printenv
[20:39:54.891] > Removing old logfile at /home/jh27kim/.vscode-server/.cli.8b617bd08fd9e3fc94d14adb8d358b56e3f72314.log
[20:39:54.915] > Spawned remote CLI: 4127869
[20:39:54.955] > Waiting for server log...
[20:39:55.124] > e2a503719f15: start
> SSH_AUTH_SOCK====
> DISPLAY====
> listeningOn==127.0.0.1:42093==
> osReleaseId==ubuntu==
> arch==x86_64==
> vscodeArch==x64==
> bitness==64==
[20:39:55.125] > tmpDir==/tmp==
> platform==linux==
> unpackResult====
> didLocalDownload==0==
> downloadTime====
> installTime====
> serverStartTime==288==
> e2a503719f15: end
[20:39:55.126] Received install output:
SSH_AUTH_SOCK====
DISPLAY====
listeningOn==127.0.0.1:42093==
osReleaseId==ubuntu==
arch==x86_64==
vscodeArch==x64==
bitness==64==tmpDir==/tmp==
platform==linux==
unpackResult====
didLocalDownload==0==
downloadTime====
installTime====
serverStartTime==288==
[20:39:55.127] Remote server is listening on port 42093
[20:39:55.127] Parsed server configuration: {"serverConfiguration":{"remoteListeningOn":{"port":42093},"osReleaseId":"ubuntu","arch":"x86_64","sshAuthSock":"","display":"","tmpDir":"/tmp","platform":"linux"},"serverStartTime":288,"installUnpackCode":""}
[20:39:55.128] Persisting server connection details to /Users/jaihoonkim/Library/Application Support/Code/User/globalStorage/ms-vscode-remote.remote-ssh/vscode-ssh-host-04040d5a-8b617bd08fd9e3fc94d14adb8d358b56e3f72314-0.106.2/data.json
[20:39:55.132] Starting forwarding server. local port 49655 -> socksPort 49627 -> remotePort 42093
[20:39:55.133] Forwarding server listening on port 49655
[20:39:55.134] Waiting for ssh tunnel to be ready
[20:39:55.137] [Forwarding server port 49655] Got connection 0
[20:39:55.138] Tunneled port 42093 to local port 49655
[20:39:55.139] Resolved "ssh-remote+geometry6.kaist.ac.kr" to "port 49655"
[20:39:55.140] Initizing new exec server for ssh-remote+geometry6.kaist.ac.kr
[20:39:55.140] Resolving exec server at port 49655
[20:39:55.141] [Forwarding server port 49655] Got connection 1
[20:39:55.197] Exec server for ssh-remote+geometry6.kaist.ac.kr created and cached
[20:39:55.199] ------
[20:39:55.223] [server] Checking /home/jh27kim/.vscode-server/cli/servers/Stable-8b617bd08fd9e3fc94d14adb8d358b56e3f72314/log.txt and /home/jh27kim/.vscode-server/cli/servers/Stable-8b617bd08fd9e3fc94d14adb8d358b56e3f72314/pid.txt for a running server...
[20:39:55.376] [server] Installing and setting up Visual Studio Code Server...
[20:39:55.377] [server] Server setup complete
[20:39:55.377] [server] Starting server...
[20:39:55.378] [server] Starting server with command... Command { std: "/home/jh27kim/.vscode-server/cli/servers/Stable-8b617bd08fd9e3fc94d14adb8d358b56e3f72314/server/bin/code-server" "--connection-token=remotessh" "--accept-server-license-terms" "--start-server" "--enable-remote-auto-shutdown" "--socket-path=/tmp/code-6d2d5135-d75d-4409-a5d8-5d700384cf39", kill_on_drop: false }
[20:39:56.301] [server] *
[20:39:56.301] [server] * Visual Studio Code Server
[20:39:56.302] [server] *
[20:39:56.302] [server] * By using the software, you agree to
[20:39:56.302] [server] * the Visual Studio Code Server License Terms (https://aka.ms/vscode-server-license) and
[20:39:56.303] [server] Server bound to /tmp/code-6d2d5135-d75d-4409-a5d8-5d700384cf39
[20:39:56.303] [server] Extension host agent listening on /tmp/code-6d2d5135-d75d-4409-a5d8-5d700384cf39
[20:39:56.304] [server] parsed location: "/tmp/code-6d2d5135-d75d-4409-a5d8-5d700384cf39"
[20:39:56.304] [server]
[20:39:56.304] [server] Server started
[20:39:59.269] [server] [20:39:59]
[20:39:59.270] [server]
[20:39:59.271] [server]
[20:39:59.271] [server]
[20:39:59.643] [server] [20:39:59] Extension host agent started.
[20:40:01.126] [server] [20:40:01] [<unknown>][5450dbb0][ManagementConnection] Unknown reconnection token (never seen).
[20:44:59.648] [server] Last EH closed, shutting down
[20:44:59.649] [server] [20:44:59] Last EH closed, shutting down
```
</p>
</details>
### Anything else?
_No response_