VSCodium / vscodium

binary releases of VS Code without MS branding/telemetry/licensing
https://vscodium.com
MIT License
24.7k stars 1.05k forks source link

Open Remote - SSH report Error: connect EBADF TemporarilyNotAvailable #1953

Open pengying-flora opened 1 month ago

pengying-flora commented 1 month ago

Describe the bug Open Remote - SSH report Error: connect EBADF TemporarilyNotAvailable

Please confirm that this problem is VSCodium-specific

Please confirm that the issue/resolution isn't already documented

To Reproduce Steps to reproduce the behavior:

Expected behavior open remote ssh normally

Screenshots image

Desktop (please complete the following information):

Additional context I can ssh connect the local machine through other ssh client:

 ssh -v root@47.99.125.58
OpenSSH_9.6p1, LibreSSL 3.3.6
debug1: Reading configuration data /Users/pengying/.ssh/config
debug1: /Users/pengying/.ssh/config line 16: Applying options for *
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 21: include /etc/ssh/ssh_config.d/* matched no files
debug1: /etc/ssh/ssh_config line 54: Applying options for *
debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling
debug1: auto-mux: Trying existing master at '/tmp/root@47.99.125.58:22'
debug1: mux_client_request_session: master session id: 7
Last login: Thu Jul 11 15:53:31 2024 from 140.205.11.24

And I can connect the remote machine through vscode: image

daiyam commented 1 month ago

I see a space between the @ and 101, normal?

pengying-flora commented 1 month ago

I see a space between the @ and 101, normal?

Sorry, I have updated the issue.