matiaspl / LinkPi-ENCx

59 stars 10 forks source link

How to Disable Telnet on 20231031 #19

Closed Gradinko closed 11 months ago

Gradinko commented 11 months ago

I followed the directions in the wiki, but didn't see telnet listed anywhere in /etc/init.d/. To disable, I had to edit /link/config/service.json. This seems to be where the services are actually controlled:

/link/config # more service.json { "telnet":false, "ssh":true, "php":true, "nginx":true, "crond":true, "onvif":true, "ndi":true, "sls":true, "frp":false, "trans":false }

matiaspl commented 11 months ago

I added your findings to the guide. Thanks!