<?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: ROOT cann't able to telnet , ftp in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/root-cann-t-able-to-telnet-ftp/m-p/3767134#M22734</link>
    <description>comment out this line in /etc/pam.d/login like this:&lt;BR /&gt;&lt;BR /&gt;#auth required pam_securetty.so</description>
    <pubDate>Thu, 06 Apr 2006 12:50:41 GMT</pubDate>
    <dc:creator>SJO EGGER</dc:creator>
    <dc:date>2006-04-06T12:50:41Z</dc:date>
    <item>
      <title>ROOT cann't able to telnet , ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-cann-t-able-to-telnet-ftp/m-p/3767128#M22728</link>
      <description>Hi team,&lt;BR /&gt;&lt;BR /&gt;Iam using RHEL4 , I have enabled the telnet and ftp services , but I cann't able to do telnet login and ftp login , What changes i have to made to access it.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 06 Apr 2006 08:48:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-cann-t-able-to-telnet-ftp/m-p/3767128#M22728</guid>
      <dc:creator>dhamodharan_1</dc:creator>
      <dc:date>2006-04-06T08:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: ROOT cann't able to telnet , ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-cann-t-able-to-telnet-ftp/m-p/3767129#M22729</link>
      <description>xinetd ?</description>
      <pubDate>Thu, 06 Apr 2006 09:08:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-cann-t-able-to-telnet-ftp/m-p/3767129#M22729</guid>
      <dc:creator>cedber</dc:creator>
      <dc:date>2006-04-06T09:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: ROOT cann't able to telnet , ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-cann-t-able-to-telnet-ftp/m-p/3767130#M22730</link>
      <description>Root should not be able to telnet or ftp.&lt;BR /&gt;Root access is typically disabled for &lt;BR /&gt;security reasons. &lt;BR /&gt;&lt;BR /&gt;Use ssh, scp, and sftp for root access&lt;BR /&gt;if needed.  &lt;BR /&gt;&lt;BR /&gt;Install and configure sudo to allow&lt;BR /&gt;admin user to connect using their ids&lt;BR /&gt;and switch to root access when required.&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Apr 2006 09:15:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-cann-t-able-to-telnet-ftp/m-p/3767130#M22730</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2006-04-06T09:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: ROOT cann't able to telnet , ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-cann-t-able-to-telnet-ftp/m-p/3767131#M22731</link>
      <description>This is normal, by default, root cannot do ftp or telnet.&lt;BR /&gt;&lt;BR /&gt;Use ssh to access as root, yet is not recommended.&lt;BR /&gt;&lt;BR /&gt;Use scp to transfer the files. Or change the /etc/vsftpd/ftpusers or /etc/vsftpd/user_list to enable ftp access for root.</description>
      <pubDate>Thu, 06 Apr 2006 09:35:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-cann-t-able-to-telnet-ftp/m-p/3767131#M22731</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-04-06T09:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: ROOT cann't able to telnet , ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-cann-t-able-to-telnet-ftp/m-p/3767132#M22732</link>
      <description>if you really want to enable telnet for root, change /etc/securetty file by adding &lt;BR /&gt;&lt;BR /&gt;pts/0&lt;BR /&gt;pts/1&lt;BR /&gt;pts/2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;As far as I remember, deleting  /etc/securetty  will work too.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Vitaly</description>
      <pubDate>Thu, 06 Apr 2006 10:24:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-cann-t-able-to-telnet-ftp/m-p/3767132#M22732</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-04-06T10:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: ROOT cann't able to telnet , ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-cann-t-able-to-telnet-ftp/m-p/3767133#M22733</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;you can create a user otherthen root on your server and use new user's login to telnet into the server and change user to root.  Or, just use SSH for root login to your server.&lt;BR /&gt;&lt;BR /&gt;Sung</description>
      <pubDate>Thu, 06 Apr 2006 12:34:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-cann-t-able-to-telnet-ftp/m-p/3767133#M22733</guid>
      <dc:creator>Sung Oh</dc:creator>
      <dc:date>2006-04-06T12:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: ROOT cann't able to telnet , ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-cann-t-able-to-telnet-ftp/m-p/3767134#M22734</link>
      <description>comment out this line in /etc/pam.d/login like this:&lt;BR /&gt;&lt;BR /&gt;#auth required pam_securetty.so</description>
      <pubDate>Thu, 06 Apr 2006 12:50:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-cann-t-able-to-telnet-ftp/m-p/3767134#M22734</guid>
      <dc:creator>SJO EGGER</dc:creator>
      <dc:date>2006-04-06T12:50:41Z</dc:date>
    </item>
  </channel>
</rss>

