> Trainer wrote: > > I have a question. Is there some configuration that I need to make in > order to telnet in to my Linux box. I have a static ip, and i can log > on locally. I have the gateway configured. I get the log in thru > telnet and enter root and then password. Everytime I get incorrect > login I know this is not correct because i can log in locally. Can i > use root to log in? I very new to Linux and Debian and need some > advice. Actually, you can remote login to your system through Telnet, if you want to use 'root' to login your system, try ssh instead of telnet...
Of course, login as normal user, and use 'su' to change to SuperUser is better... (ssh is better) About the telnet settings, you may read the man page of 'telnetd', and config '/etc/inetd.conf'.. -- Best Regards, Shell Hung "Different algorithms offer different degrees of security; it depends on how hard they are to break." -- Applied Cryptography, Bruce Schneier