Disable FTP and telnet via SSH??
Disable FTP and telnet via SSH??
Hello is there a command to disable with ssh the telnet and busybox ftp cause its unsecure to let ip open.....
Re: Disable FTP and telnet via SSH??
I don't think the're started as services, so you could write an ugly but effective kill -9 $(ps -ef | grep telnetd | awk '{print $2}'). Check before executing
H6400, firmware 2602.2 downgraded to 2130
Re: Disable FTP and telnet via SSH??
"Security" doesn't depend on TV but on your network 

I do NOT receive any PM. Please use forum.
Re: Disable FTP and telnet via SSH??
Network security is always effective if implemented in layers. Host "hardening" should be such a layer. By the way - do hosts.allow/hosts.deny work in these systems?
H6400, firmware 2602.2 downgraded to 2130