Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
How to disable telnet from email user
Name: Paul Jayavenra Date: August 20, 2002 at 10:07:34 Pacific
Comment:
Hi
I am running Redhat 7.0 has my mail server. Mail users can access the server by telnet.
How to disable the telnet from email users They can only send & receive email
Name: Danny Date: August 20, 2002 at 10:56:40 Pacific
Reply:
edit /etc/passwd and replace the shell (/bin/bash) by something else ex: /dev/null
also, you may edit user's .bash_profile and add an "exit" at the bottom.
0
Response Number 2
Name: David Perry Date: August 21, 2002 at 06:24:45 Pacific
Reply:
A suggestion from www.wu-ftpd.org is to have an executable shell that does not allow login like this: #!/bin/sh # # ftponly shell # trap "/bin/echo Sorry; exit 0" 1 2 3 4 5 6 7 10 15 # IFS="" Admin=access@host.some.domain System=`/usr/ucb/hostname`@`/usr/bin/domainname` # /bin/echo /bin/echo "********************************************************************" /bin/echo " You are NOT allowed interactive access to $System." /bin/echo /bin/echo " User accounts are restricted to ftp and web access." /bin/echo /bin/echo " Direct questions concerning this policy to $Admin." /bin/echo "********************************************************************" /bin/echo # # C'ya # exit 0
0
Response Number 3
Name: armin Date: August 21, 2002 at 08:52:42 Pacific
Reply:
i would disable telnet completely, since it is an insecure service
Summary: Hi! I've configured for offline mail server because of dialup connection to the ISP. When my users wants to check or send mail from or to the mail server it takes about 5 minutes when I'm not connecti...
Summary: I checked the the bios first thing, no option to disable. Forgot to mention it is i810 chip. Makes sense what a few of you said...I need an older version that does not have the drivers. I downloaded a...