Problem Description
When using vscode to connect to a remote linux server ssh login suddenly fails to connect, showing Resolver error: Error
Personal solution:
1. Use other remote connection software to log in to the server, the blogger used Tabby
2. Use the command to find your own related processes: ps -ef | grep user_name
3. Find the pid of the process corresponding to .vscode, end the corresponding process: kill -9 $pid
4. vscode reconnect
Note:
For the time being, we do not know the reason for this frequent problem, but the above method can solve the connection failure problem.
Read More:
- linux tomcat Run (DWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [debugIni)
- [Solved] Win 10 VS Code Connect to the container of the server error: Cannot connect to the Docker daemon at … Is the docker daemon running
- Error Running Context: The server unexpectedly closed the connection
- Solve the problem of 404 Not Found error in nginx accessing dynamic interface
- The problem of inconsistent host names in building rabbitmq on Linux
- [Solved] Web server failed to start. Port 8080 was already in use.
- Linux accesses the shared directory of windows, pysmb (parameter remote)_Name (defined)
- Linux Error: bind error: Address already in use [How to Solve]
- Centos6.8vnc error: connect: Connection refused 10061
- Aliyunshield occupies port 80 error: Error starting userland proxy: listen tcp 0.0.0.0:80: bind: address already in use
- Error: error from slirp4netns while setting up port redirection: map[desc:bad request: add_hostfwd:
- Install and start the tftp-server server and possible solutions to Redirecting to /bin/systemctl restart xinetd.service problems
- [Solved] git error – remote: http basic: access denied
- Memory error: cannot allocate memory [How to Solve]
- Error: could not fork new process for connection: Resource temporarily unavailable
- [Linux] ps+awk +while View process memory usage in real time
- Nginx Startup Error: Job for nginx.service failed because the control process exited with error code
- How to Solve NPM Error: listen EADDRINUSE 127.0.0.1:8080
- Error: loading shared libraries: cannot open shared object file: No such file or directory
- [SSH error] ssh_exchange_identification: read: Connection reset by peer