-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
How to grant access for remote clients? #27
Comments
You don't have to set that. Remote-atom will work accordingly. |
not right imho $ telnet localhost 52698
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Atom 1.26.1
^]
telnet> q
Connection closed.
$ telnet 192.168.1.127 52698
Trying 192.168.1.127...
telnet: connect to address 192.168.1.127: Connection refused
telnet: Unable to connect to remote host For now I'm using
and use 52697 port if I want to use my network ip |
Maybe an ultra-necropost, but as for me, when I needed for some hosts to directly access the server while on the same LAN (it is protected and isolated anyway), I changed line Edit: Alright, I see that it is in latest commit (merged PR), but for some reason Atom installed somewhat older version. |
Hi :-),
within textmate i have the setting "Terminal -> Accept rmate connections -> Access for: *". I need to set the value to "remote clients", to get a connection between my server and client. Is there any way to configure your plugin to get that setting?
Thanks!
The text was updated successfully, but these errors were encountered: