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:
- [Solved] Remote Server error: Server sent passive reply with unroutable address…
- Linux accesses the shared directory of windows, pysmb (parameter remote)_Name (defined)
- [Solved] Xshelln Connect to Local VM linux Error: Could not connect to ‘XXX.168.122.1‘ (port 22): Connection failed
- [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
- [Solved] SSH connect Error: “WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED“
- [Solved] Xshell Connect Error: Disconnected from remote host
- How to open X Display on the server side (locally operable remote interface)
- [Solved] Go use zoom to connect DM database and start reporting error in Linux
- Linux Connect Error: network.service failed [How to Solve]
- Vmware virtual Mechine connect VScode Error: channel 3: open failed: administratively prohibited: open failed
- [Solved] SecureCRT Connect Error: The server has disconnected with an error…..
- Docker Error: error invoking remote method ‘docker-start-container‘: error: (http code 500) server error –
- Linux Error: Failed to connect to ::1: No route to the host
- [Solved] Clone Linux Code Error: server certificate verification failed. CAfile: none CRLfile: none
- Linux Nagios failed to log in to internal server error (Fixed)
- [Solved] git error – remote: http basic: access denied
- [Solved] Linux — 9 — txt files are copied from windows to Linux and read error
- Install and start the tftp-server server and possible solutions to Redirecting to /bin/systemctl restart xinetd.service problems
- linux tomcat Run (DWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [debugIni)
- SSH Connect Service Error: Could not connect to ‘xxx.xxx.xx.xx‘ (port 22): Connection failed.