disabled telnet on pogo plug pro March 06, 2019 06:24PM |
Registered: 5 years ago Posts: 1 |
Re: disabled telnet on pogo plug pro March 08, 2019 10:23AM |
Registered: 7 years ago Posts: 162 |
mount -o remount,rw / vi /etc/init.d/rcSFind the part that looks like this:
if [ "x$cedebug" != "x" ]; then telnetd /usr/sbin/dropbear fiand either delete the if and fi lines or comment them out.