|
From: Bertho S. <be...@va...> - 2014-03-02 12:31:50
|
On 03/02/2014 01:14 PM, Mark Wendt wrote: >> One can also use http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Emcrsh or >> http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Halrmt for remote controlling. >> It's an easy thing to use telnet socket in and Android app. > Telnet is extremely unsecure, with no encryption. In fact, at work, we > have to disable all telnet services. ssh is much more secure, with both > the username/password transaction and the the data flow being encrypted. Unfortunately, there is no way to specify for LinuxCNC only to bind to localhost (127.0.0.1) for the remote services as they are apparently hardcoded to listen on any address. However, instead of disabling the service you could simply block outside access with a machine internal iptables rule and use ssh forwarding to tunnel the request. -- Greetings Bertho (disclaimers are disclaimed) |