Hi,
I just install Rehat Linux 6.2 server. I could not ftp or telnet into the machine. It always failed after I type in my password. Is there any access I need to open?
Are you trying to telnet as Root? By default, remote Root logins are disabled. You have one of three options:
1)Telnet as an unpriveleged user, su - root. FTP has no easy workaround - FTP as unpriveleged user, manipulate files via telnet.
2) mv /etc/securetty /etc/securetty.old (downgrades security significantly)
3) look at SSH which is a significant improvement over Telnet/FTP in terms of passwords not moving cleartext over the network.
I have/had the same problem. look for /usr/sbin/in.ftpd - if it doesn't exist, then that's why you couldn't ftp to the box - you need to load wu-ftp. redhat have a page on it:
They say you should load NetKit-B (an RPM) - I'm looking for a 'definitive' version of it right now.
I cheated a bit and used the wu-ftpd source from the SRPMS bit on the second redhat cd - unload it - it should end up in /usr/src/redhat/SOURCES/ - then unzip and untar the wu-ftp fiel and cd to the directory, then configure, make and install it from there. I'm still wondering what to do with the stray patch files, though.
This *may* explain your telnet problem as well. But it could well be that you're using the root account. [sig][/sig]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.