randy3k / remote-atom

rmate for atom
https://atom.io/packages/remote-atom
MIT License
85 stars 16 forks source link

Remote server sending files to same user while different users opening different files #44

Open mgvel opened 6 years ago

mgvel commented 6 years ago

I am running Atom 1.23.3 in MacOS 10.13.2. Remote server running CentOS 7. While different users in the remote server opening some files with ratom Filname.txt, all the files are opening in my system. I tried stopping Remote Atom in my system, but nothing happens.

randy3k commented 6 years ago

It is a known issue: see https://github.com/randy3k/remote-atom/issues/32 and https://github.com/randy3k/remote-atom/issues/37

The easier option is to change your port number and the safest option is to use unix socket (for open ssh 6.7 or above).

Bash version of rmate recently also gained unix socket support: https://github.com/aurora/rmate/pull/63