<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how i can let root to login in Linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-i-can-let-root-to-login-in-linux/m-p/2425232#M80791</link>
    <description>Make sure that you install FTP Server.&lt;BR /&gt;One coming with RH6.2 is 'wu-ftpd'.&lt;BR /&gt;Checking by using command &lt;BR /&gt;&lt;BR /&gt;# rpm -qi wu-ftpd&lt;BR /&gt;&lt;BR /&gt;If you can not find that package, install it by ftp a package from Redhat webpage or search from &lt;A href="http://ftpsearch.lycos.com" target="_blank"&gt;http://ftpsearch.lycos.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you find that package, try to check config by using command&lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/ckconfig&lt;BR /&gt;&lt;BR /&gt;And see if all configuration files are correct.</description>
    <pubDate>Wed, 14 Jun 2000 16:08:01 GMT</pubDate>
    <dc:creator>TBOSS</dc:creator>
    <dc:date>2000-06-14T16:08:01Z</dc:date>
    <item>
      <title>how i can let root to login in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-i-can-let-root-to-login-in-linux/m-p/2425227#M80786</link>
      <description>i can't use any user to ftp in linux &lt;BR /&gt;(Redhat 6.2),include root&lt;BR /&gt;&lt;BR /&gt;i modify /etc/ftpuser and /etc/ftpaccess,&lt;BR /&gt;but couldn't yet.maybe i have a mistake with&lt;BR /&gt;it,who can tell me how to do? thank u!</description>
      <pubDate>Wed, 07 Jun 2000 06:08:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-i-can-let-root-to-login-in-linux/m-p/2425227#M80786</guid>
      <dc:creator>wb2000</dc:creator>
      <dc:date>2000-06-07T06:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: how i can let root to login in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-i-can-let-root-to-login-in-linux/m-p/2425228#M80787</link>
      <description>Per the Manpage, the ftp access file includes the definitions of the FTPD service.&lt;BR /&gt;&lt;BR /&gt;First of all, check to insure that hte ftp daemon is in the /etc/services file.&lt;BR /&gt;&lt;BR /&gt;Next, verify that there is an entry in the /etc/inetd.conf file.  More than likely it is in both places.&lt;BR /&gt;&lt;BR /&gt;Since the newer versions of Linux incorporate the tcp wrappers utility, you will also need to verify that the /etc/hosts.allow and /etc/hosts.deny are allowing the use of the ftp service.&lt;BR /&gt;&lt;BR /&gt;Other than that, if all else fails, they you should review the authentication process for  the ftpd daemon.&lt;BR /&gt;&lt;BR /&gt;1)     The user name must be in the  password  data  base, /etc/passwd,  or  whatever  is  appropriate for the operating system, and  the  password  must  not  be null.   In this case a password must be provided by the client before any file operations may  be  performed.&lt;BR /&gt;&lt;BR /&gt;2)     The   user   name  must  not  appear  in  the  file /etc/ftpusers.&lt;BR /&gt;&lt;BR /&gt;3)     The user must have a  standard  shell  returned  by getusershell(3).&lt;BR /&gt;&lt;BR /&gt;4)     If  the  user  name is ``anonymous'' or ``ftp'', an anonymous ftp account must be present in the  password file (user ``ftp'').  In this case the user is allowed to log in by specifying  any  password  (by convention  this  is  given  as  the  client host's name).&lt;BR /&gt;&lt;BR /&gt;hope that helps.</description>
      <pubDate>Wed, 07 Jun 2000 18:26:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-i-can-let-root-to-login-in-linux/m-p/2425228#M80787</guid>
      <dc:creator>Albert E. Whale, CISSP</dc:creator>
      <dc:date>2000-06-07T18:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: how i can let root to login in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-i-can-let-root-to-login-in-linux/m-p/2425229#M80788</link>
      <description>I have not had ftp connection problems..but, I know that RH Linux by default has the file /etc/securetty, which prevents telnet connections by users other than root. It is documented on the Red Hat site.</description>
      <pubDate>Thu, 08 Jun 2000 02:32:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-i-can-let-root-to-login-in-linux/m-p/2425229#M80788</guid>
      <dc:creator>robin wells-meisner</dc:creator>
      <dc:date>2000-06-08T02:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: how i can let root to login in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-i-can-let-root-to-login-in-linux/m-p/2425230#M80789</link>
      <description>I have had no problems with ftp connection. I have made no changes in /etc/passwd, /etc/ftpusers ...&lt;BR /&gt;You should check if you have intalled FTP server (wu-ftpd-2.6.0-3.i386.rpm).&lt;BR /&gt;Next you should check if your login shell is in /etc/shells.</description>
      <pubDate>Thu, 08 Jun 2000 06:02:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-i-can-let-root-to-login-in-linux/m-p/2425230#M80789</guid>
      <dc:creator>Jiri Furst</dc:creator>
      <dc:date>2000-06-08T06:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: how i can let root to login in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-i-can-let-root-to-login-in-linux/m-p/2425231#M80790</link>
      <description>To make a connection, in Red Hat, exist an improvement to security with pam.&lt;BR /&gt;&lt;BR /&gt;To enter with root account in my linux box, i was make the following:&lt;BR /&gt;&lt;BR /&gt;Edit the file /etc/pam.d/login and comment the line&lt;BR /&gt;auth       required    /lib/security/pam_securetty.so&lt;BR /&gt;&lt;BR /&gt;with an #.&lt;BR /&gt;&lt;BR /&gt;This works for me.&lt;BR /&gt;&lt;BR /&gt;Frank.</description>
      <pubDate>Thu, 08 Jun 2000 22:14:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-i-can-let-root-to-login-in-linux/m-p/2425231#M80790</guid>
      <dc:creator>Francisco J. Soler</dc:creator>
      <dc:date>2000-06-08T22:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: how i can let root to login in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-i-can-let-root-to-login-in-linux/m-p/2425232#M80791</link>
      <description>Make sure that you install FTP Server.&lt;BR /&gt;One coming with RH6.2 is 'wu-ftpd'.&lt;BR /&gt;Checking by using command &lt;BR /&gt;&lt;BR /&gt;# rpm -qi wu-ftpd&lt;BR /&gt;&lt;BR /&gt;If you can not find that package, install it by ftp a package from Redhat webpage or search from &lt;A href="http://ftpsearch.lycos.com" target="_blank"&gt;http://ftpsearch.lycos.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you find that package, try to check config by using command&lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/ckconfig&lt;BR /&gt;&lt;BR /&gt;And see if all configuration files are correct.</description>
      <pubDate>Wed, 14 Jun 2000 16:08:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-i-can-let-root-to-login-in-linux/m-p/2425232#M80791</guid>
      <dc:creator>TBOSS</dc:creator>
      <dc:date>2000-06-14T16:08:01Z</dc:date>
    </item>
  </channel>
</rss>

