remote-atom icon indicating copy to clipboard operation
remote-atom copied to clipboard

Files opening on different computer on same network

Open oalhait opened this issue 9 years ago • 2 comments

Hi, thanks for making this plugin, I've been using it for a while and it benefits my workflow greatly.

Recently, I've been having problems where my files are opening on a different student's computer (who happens to also be using port 52698 on the same network). Would you happen to know of any ways I could personalize my port so that I can be sure no other computers I'm unaware of will be on the same port (thus having my file open in the wrong place)?

Thanks in advance.

oalhait avatar Nov 30 '16 06:11 oalhait

It is a known issue for the rmate protocol. See https://github.com/textmate/rmate/pull/38 and https://github.com/textmate/rmate/issues/15

If you are using Open SSH 6.7+, try https://github.com/randy3k/remote-atom/issues/32 Otherwise, my best advice is to check carefully if the port is forwarded successfully. You could also change the working port to another "random" number.

randy3k avatar Nov 30 '16 09:11 randy3k

I actually just got this to work. Changing the port didn't work for some reason last night, but I made a file called ~/.rmate.rc and simply changed the port as is seen on the rmate repo.

Just a suggestion: it would probably be helpful to make users aware of how to change the port they're using by putting the above link in the README somewhere.

Thanks for your help @randy3k !

oalhait avatar Nov 30 '16 20:11 oalhait