Click to See Complete Forum and Search --> : allowing telnet access from anywhere


H. M. Murdock
04-14-2001, 01:27 AM
Hi,
Its been so long since I've had to know how to do this i forgot. How do you allow access from anywhere in telnet? Right now only the loca;host can do that and I need to get access from the outside.

Thanks,

Murdock

X_console
04-14-2001, 01:41 AM
Please consider using ssh instead of telnet for security reasons.

To allow for telnet access from anywhere, add the following line in your /etc/hosts.allow:

in.telnetd:ALL

bdg1983
04-14-2001, 02:55 AM
I know you remember this but just in case, uncomment ftp in your inetd.conf...