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

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

Open mgvel opened this issue 7 years ago • 1 comments

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.

mgvel avatar Jan 23 '18 15:01 mgvel

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

randy3k avatar Jan 24 '18 03:01 randy3k