Hey, just chiming in—have you checked if your remote server’s IP is reachable? Sometimes DNS issues or network configs can mess things up. Try pinging the server or using `nslookup` to verify.
Also, if you’re on macOS or Linux, you can use `lsof -i :1080` to see if the port is being used by your SSH process.
Also, if you’re on macOS or Linux, you can use `lsof -i :1080` to see if the port is being used by your SSH process.
