Does Telnet work on Sailfish X [answered]

asked 2017-12-23 21:00:15 +0200

Rudge79 gravatar image

updated 2017-12-23 21:05:02 +0200

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.

edit retag flag offensive reopen delete

The question has been closed for the following reason "the question is answered, an answer was accepted" by molan
close date 2017-12-26 14:52:38.657310

Comments

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 )edit
3

why 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 )edit

I do not understand ssh. What do I need for ssh?

Rudge79 ( 2017-12-24 14:27:33 +0200 )edit
2

its like telnet, but has a password and is encrypted

r0kk3rz ( 2017-12-24 21:18:17 +0200 )edit
1

Thanks! nemo@192.168.2.15 2323 did the trick the rest is easy.

Rudge79 ( 2017-12-26 01:20:39 +0200 )edit