Does Telnet work on Sailfish X [answered]
I tried to get Telnet working on Sailfish X. Telnet 192.168.2.15 2323 gives: not authorized. What am I doing wrong? Has anybody got Telnet working on Sailfish X?
If I try Telnet on Mido (Xiaomi Redmi note 4x) with Sailfish OS 2.1.3.7 it all works well.
Check what is in iptables:
iptables -t nat -L
and/or
iptables -L
Check inetd configuration (from etc) to see if telnetd is running (probably not).
tortoisedoc ( 2017-12-23 21:25:53 +0200 )editwhy do you want telnet and are not using ssh? telnet is insecure and used for debugging purposes only and should be turned off for a released image
r0kk3rz ( 2017-12-23 23:47:46 +0200 )editI do not understand ssh. What do I need for ssh?
Rudge79 ( 2017-12-24 14:27:33 +0200 )editits like telnet, but has a password and is encrypted
r0kk3rz ( 2017-12-24 21:18:17 +0200 )editThanks! nemo@192.168.2.15 2323 did the trick the rest is easy.
Rudge79 ( 2017-12-26 01:20:39 +0200 )edit