vscode-remote-x11
vscode-remote-x11 copied to clipboard
how to reset the target of ssh connection
I have connected to server in IP: 192.168.43.151 firstly, then, the IP of server changed to 192.168.2.1. However the connection target of vscode-remote-x11 always remained to 192.168.43.151 when I reconnect to this server, which means it can't automatically change to 192.168.2.1. The log of vscode-remote-x11:
Connecting to [email protected] port 22
Error: read ECONNRESET
How can I change the connection target of vscode-remote-x11?