remote-atom
remote-atom copied to clipboard
Remote server sending files to same user while different users opening different files
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.
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