August 30, 20169 yr Though not a easy to do action you can add the following lines to /boot/config/go script # Disable telnet and ftp sed -i -e 's/^telnet/#telnet/;s/^ftp/#ftp/' /etc/inetd.conf /etc/rc.d/rc.inetd restart You can run the lines directly to check first
August 30, 20169 yr Community Expert is it possible to disable telnet access? if so please give instructions! thanks! Why do you want to do this? If it is for security reasons, you can do about the same amount of damage from the GUI which is basically protected the same way (by root login and password). Just be sure that you have a long and complex password that is difficult to crack. You do realize that your only access will now be through the console if emhttp goes down (and that has happened to several users). And it is not really much fun to troubleshoot from the console unless you are a real LINUX guru as anyone can easily cut and paste from the telenet session.
August 30, 20169 yr is it possible to disable telnet access? if so please give instructions! thanks! Why do you want to do this? If it is for security reasons, you can do about the same amount of damage from the GUI which is basically protected the same way (by root login and password). Just be sure that you have a long and complex password that is difficult to crack. You do realize that your only access will now be through the console if emhttp goes down (and that has happened to several users). And it is not really much fun to troubleshoot from the console unless you are a real LINUX guru as anyone can easily cut and paste from the telenet session. Shutting off telnet just prevents your root password from getting sniffed... (I know the web login can be sniffed too... but that's just authorization, not the actual password) The OP is not limited to the console as SSH is still up, and can be used to debug similarly as with a telnet session. For security reasons - one "less secure" access mechanism to worry about is still better (let's not go into the whole security can of worms) My example also shuts off FTP which I also never use.
August 31, 20169 yr Why is this not an option in the unRAID settings? We can toggle most services (smb, nfs, etc.) there.
August 31, 20169 yr I added tips on the Tips and Tweaks wiki page for ken-ji's tips. Naturally, it would be nice to see a built-in method in unRAID for controlling net services. I'd appreciate any critiquing of the wording I used. ken-ji, I suspect you have lots of ideas for tips!
September 3, 20169 yr I've added the capability to disable FTP and Telnet to the Tips and Tweaks plugin here: http://lime-technology.com/forum/index.php?topic=49233.msg472422#msg472422 This will disable FTP and Telnet every time the server is booted.
Archived
This topic is now archived and is closed to further replies.