<?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: Cannot telnet with root login in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-telnet-with-root-login/m-p/4467583#M732810</link>
    <description>Dear stefen &lt;BR /&gt;&lt;BR /&gt;Thanks for that valuable information.i had done the same thing for enabling the telnet.</description>
    <pubDate>Wed, 29 Jul 2009 12:04:21 GMT</pubDate>
    <dc:creator>Jestin John Chacko</dc:creator>
    <dc:date>2009-07-29T12:04:21Z</dc:date>
    <item>
      <title>Cannot telnet with root login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-telnet-with-root-login/m-p/4467575#M732802</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I have HP-UX 11.31 and I am trying to telnet and ftp to it, but it seems to deny root login. I have checked inetd.conf files and services in /etc to make sure telnet is enabled. It is actually working, but it won't log me in with my system root account. Does anyone know why I cannot telnet with root? (ftp has the same problem).&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 27 Jul 2009 20:56:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-telnet-with-root-login/m-p/4467575#M732802</guid>
      <dc:creator>Antalia</dc:creator>
      <dc:date>2009-07-27T20:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot telnet with root login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-telnet-with-root-login/m-p/4467576#M732803</link>
      <description>That function is likely disabled.&lt;BR /&gt;&lt;BR /&gt;For telnet, check for the existence of the file /etc/securetty.  If that file exists, and host the word 'console' in it, then root is ONLY allowed to log in directly from the console.  The best practice is to log in with your own user id and then 'su' to root.&lt;BR /&gt;&lt;BR /&gt;For FTP, check your FTP configuration file(s).  /etc/ftpusers may be the file, but depending on your specific version of FTP it could be different.  Disallowing root to FTP is also good security practice.  &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Jul 2009 22:08:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-telnet-with-root-login/m-p/4467576#M732803</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-07-27T22:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot telnet with root login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-telnet-with-root-login/m-p/4467577#M732804</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;  Check for /etc/securetty file, it prohibits root login from telnet. just rename or move this file will allow your root login with telnet.&lt;BR /&gt;&lt;BR /&gt;and for ftp, check /etc/ftpd/ftpusers file, is root there in its list. Delete the root from the list and it will allow you to ftp as root.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Jul 2009 22:14:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-telnet-with-root-login/m-p/4467577#M732804</guid>
      <dc:creator>Vishu</dc:creator>
      <dc:date>2009-07-27T22:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot telnet with root login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-telnet-with-root-login/m-p/4467578#M732805</link>
      <description>Do you have ssh on this system?  If so, use the secure port 22 instead of 23 (e.g., with putty).</description>
      <pubDate>Mon, 27 Jul 2009 23:09:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-telnet-with-root-login/m-p/4467578#M732805</guid>
      <dc:creator>Walt Watson</dc:creator>
      <dc:date>2009-07-27T23:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot telnet with root login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-telnet-with-root-login/m-p/4467579#M732806</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;Telnet&lt;BR /&gt;=======&lt;BR /&gt;Check /etc/securetty file is exists, if exists rename or remove the file to allow&lt;BR /&gt;root user to login through telnet.&lt;BR /&gt;&lt;BR /&gt;#mv /etc/securetty /etc/securetty.old&lt;BR /&gt;&lt;BR /&gt;FTP&lt;BR /&gt;=====&lt;BR /&gt;Check root entry in /etc/ftpd/ftpusers file, it is there remove from that.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;LIJEESH N G</description>
      <pubDate>Tue, 28 Jul 2009 02:37:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-telnet-with-root-login/m-p/4467579#M732806</guid>
      <dc:creator>Lijeesh N G_1</dc:creator>
      <dc:date>2009-07-28T02:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot telnet with root login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-telnet-with-root-login/m-p/4467580#M732807</link>
      <description>Hi Antila,&lt;BR /&gt;&lt;BR /&gt;Most of the HP-UX 11 V3 versions are along with the trusted host enabled on it, which will cause for direct root login disable as well as ftp with root is disble.&lt;BR /&gt;&lt;BR /&gt;This could be the reason.&lt;BR /&gt;&lt;BR /&gt;++&lt;BR /&gt;Rgds&lt;BR /&gt;YMP</description>
      <pubDate>Tue, 28 Jul 2009 03:36:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-telnet-with-root-login/m-p/4467580#M732807</guid>
      <dc:creator>Yogesh M Puranik</dc:creator>
      <dc:date>2009-07-28T03:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot telnet with root login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-telnet-with-root-login/m-p/4467581#M732808</link>
      <description>Thanks to all of you! Removing /etc/securetty solved the problem immediately.</description>
      <pubDate>Wed, 29 Jul 2009 11:57:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-telnet-with-root-login/m-p/4467581#M732808</guid>
      <dc:creator>Antalia</dc:creator>
      <dc:date>2009-07-29T11:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot telnet with root login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-telnet-with-root-login/m-p/4467582#M732809</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You have opened up a security hole.&lt;BR /&gt;&lt;BR /&gt;/etc/securetty was put there to stop root login. &lt;BR /&gt;&lt;BR /&gt;Why, because telnet authenticates in clear text. That means any user on the network can learn the root password with a simple tool to sniff the network. A tool that takes less than a minute to install in a Windows system and is standard in Unix or Linux.&lt;BR /&gt;&lt;BR /&gt;You want to put that file back and log on to root as follows:&lt;BR /&gt;&lt;BR /&gt;1) Log on as a regular user&lt;BR /&gt;&lt;BR /&gt;2) su - root&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 29 Jul 2009 11:59:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-telnet-with-root-login/m-p/4467582#M732809</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-07-29T11:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot telnet with root login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-telnet-with-root-login/m-p/4467583#M732810</link>
      <description>Dear stefen &lt;BR /&gt;&lt;BR /&gt;Thanks for that valuable information.i had done the same thing for enabling the telnet.</description>
      <pubDate>Wed, 29 Jul 2009 12:04:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-telnet-with-root-login/m-p/4467583#M732810</guid>
      <dc:creator>Jestin John Chacko</dc:creator>
      <dc:date>2009-07-29T12:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot telnet with root login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-telnet-with-root-login/m-p/4467584#M732811</link>
      <description>This is sort of off-topic, but first off, using telnet for any login is a big security risk due to the fact that, the password as you type it and send it, travels on your network in clear text, open to any network sniffer to catch it. Don't use telnet at all costs. Use ssh instead.&lt;BR /&gt;&lt;BR /&gt;Secondly, root account should not be accessible from any place but console and that should be a last resort login when all else fail. Logging in as root is no different than logging in as regular user and using &lt;BR /&gt;&lt;BR /&gt;su - &lt;BR /&gt;or &lt;BR /&gt;sudo su - &lt;BR /&gt;&lt;BR /&gt;commands. You end up with the same privileges as you login directly as root.</description>
      <pubDate>Wed, 29 Jul 2009 12:20:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-telnet-with-root-login/m-p/4467584#M732811</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2009-07-29T12:20:49Z</dc:date>
    </item>
  </channel>
</rss>

