Warning: remote port forwarding failed for listen port 52698
I had the same problem. In order to find the port that is already open, you have to issue this command on the ‘corn.myschool.edu’ computer: sudo netstat -plant | grep 52698 And then kill all of the processes that come up with this (replace xxxx with the process ids) sudo kill -9 xxxx (UPDATED: changed … Read more