<?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: telnet and restricting root access in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-and-restricting-root-access/m-p/2751766#M70398</link>
    <description>thanks everyone for your assistance.  I think that I will leave the securetty file the way it is.  then the db admin can just su -.&lt;BR /&gt;&lt;BR /&gt;At least now, I know what is going on. &lt;BR /&gt;&lt;BR /&gt;Chelsea</description>
    <pubDate>Tue, 25 Jun 2002 16:29:49 GMT</pubDate>
    <dc:creator>Chelsea Matej_1</dc:creator>
    <dc:date>2002-06-25T16:29:49Z</dc:date>
    <item>
      <title>telnet and restricting root access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-and-restricting-root-access/m-p/2751757#M70389</link>
      <description>I need to connect to one of our servers via telnet as root. HPUX 10.2  from within our network.  When I try, I get the message login incorrect.  After searching the archives, I found references to /etc/ftpd and modifying the files ftpaccess or ftpusers.  none of these exist on this server. I was thinking that this may be the problem, however, none of our 10.2 servers have this dir or files and they work fine. &lt;BR /&gt;&lt;BR /&gt;The db admin thinks that the last sys admin changed some global variable or enviroment parameter to disallow root access to telnet. &lt;BR /&gt;&lt;BR /&gt;Is anyone aware of how this may be done?&lt;BR /&gt;&lt;BR /&gt;Thanks. C &lt;BR /&gt;</description>
      <pubDate>Tue, 25 Jun 2002 14:37:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-and-restricting-root-access/m-p/2751757#M70389</guid>
      <dc:creator>Chelsea Matej_1</dc:creator>
      <dc:date>2002-06-25T14:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: telnet and restricting root access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-and-restricting-root-access/m-p/2751758#M70390</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Look at the contents of /etc/securetty file. It restricts the login for root.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Tue, 25 Jun 2002 14:40:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-and-restricting-root-access/m-p/2751758#M70390</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-06-25T14:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: telnet and restricting root access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-and-restricting-root-access/m-p/2751759#M70391</link>
      <description>Hi Chelsea,&lt;BR /&gt;&lt;BR /&gt;Look for the file "securetty" in /etc. If this file exist and if it has an entry console in it, you can login as root only from the console. From all other tty, you can login as some other user and then do a "su -" to go as root. &lt;BR /&gt;&lt;BR /&gt;If you want to login as root using telnet, you can move this file out of the way, delete it or rename it and then do a telnet to the system as root.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Jun 2002 14:41:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-and-restricting-root-access/m-p/2751759#M70391</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-06-25T14:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: telnet and restricting root access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-and-restricting-root-access/m-p/2751760#M70392</link>
      <description>Hi Chelsea,&lt;BR /&gt;&lt;BR /&gt;you can use SAM to find out. Go to security and then check it out for telnet service. You can disable access with a lot of services for all, for specified networks, for hosts or for users.&lt;BR /&gt;&lt;BR /&gt;But remember, telnet as root is a security hole!!! Telnet service uses no data encryption so better login as normal user and then make a switch user with su- command.&lt;BR /&gt;&lt;BR /&gt;Allways stay on the bright side of life!&lt;BR /&gt;&lt;BR /&gt;Peter</description>
      <pubDate>Tue, 25 Jun 2002 14:41:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-and-restricting-root-access/m-p/2751760#M70392</guid>
      <dc:creator>Peter Kloetgen</dc:creator>
      <dc:date>2002-06-25T14:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: telnet and restricting root access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-and-restricting-root-access/m-p/2751761#M70393</link>
      <description>Take a look at the file:&lt;BR /&gt;&lt;BR /&gt;/etc/securetty&lt;BR /&gt;&lt;BR /&gt;This contains a list of all terminals from which a user may login directly as root. Chances are it just has the word "console" in it, which means you can only log in as root from the console.&lt;BR /&gt;&lt;BR /&gt;To remove this protection, delete the file (DON'T just take the console line out of the file, that will prevent login directly as root from anywhere!)&lt;BR /&gt;&lt;BR /&gt;I would advise against this however... much better practice is to login as a normal user, and then use 'su -' to become root.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Tue, 25 Jun 2002 14:41:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-and-restricting-root-access/m-p/2751761#M70393</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2002-06-25T14:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: telnet and restricting root access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-and-restricting-root-access/m-p/2751762#M70394</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Check for 'etc/securetty'.  If it exists this may be your problem.  You would find a line:&lt;BR /&gt;&lt;BR /&gt;root console&lt;BR /&gt;&lt;BR /&gt;This would allow root to login to the console (only).&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 25 Jun 2002 14:42:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-and-restricting-root-access/m-p/2751762#M70394</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-06-25T14:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: telnet and restricting root access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-and-restricting-root-access/m-p/2751763#M70395</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;1. Check for the ipaddresses in /etc/hosts &lt;BR /&gt;2. Check the /etc/securetty file&lt;BR /&gt;3. Check the .rhosts file in the roots home directory&lt;BR /&gt;&lt;BR /&gt;Piyush</description>
      <pubDate>Tue, 25 Jun 2002 14:44:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-and-restricting-root-access/m-p/2751763#M70395</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-06-25T14:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: telnet and restricting root access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-and-restricting-root-access/m-p/2751764#M70396</link>
      <description>Also check for /etc/shells I think that is becasue someone has defined /bin/sh there so it will say root acess denied.&lt;BR /&gt;&lt;BR /&gt;just delete that file or rename it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Tue, 25 Jun 2002 14:49:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-and-restricting-root-access/m-p/2751764#M70396</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-06-25T14:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: telnet and restricting root access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-and-restricting-root-access/m-p/2751765#M70397</link>
      <description>&lt;BR /&gt;  Hi&lt;BR /&gt;&lt;BR /&gt;    Are U able to login as normal user from the same machine? If yes, this can be because of /etc/securetty. Just move this file and see, whether U are able to login or not. If U are able to login as other users, but not root, then try trhis&lt;BR /&gt;&lt;BR /&gt;Login as normal user, then&lt;BR /&gt;&lt;BR /&gt;$su -&lt;BR /&gt;&lt;BR /&gt;  &lt;BR /&gt;If U are not able to login at all from this machine, check for an entry in /var/adm/inetd.sec. Remove this and try&lt;BR /&gt;&lt;BR /&gt;Best of luck&lt;BR /&gt;Shahul</description>
      <pubDate>Tue, 25 Jun 2002 15:01:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-and-restricting-root-access/m-p/2751765#M70397</guid>
      <dc:creator>Shahul</dc:creator>
      <dc:date>2002-06-25T15:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: telnet and restricting root access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-and-restricting-root-access/m-p/2751766#M70398</link>
      <description>thanks everyone for your assistance.  I think that I will leave the securetty file the way it is.  then the db admin can just su -.&lt;BR /&gt;&lt;BR /&gt;At least now, I know what is going on. &lt;BR /&gt;&lt;BR /&gt;Chelsea</description>
      <pubDate>Tue, 25 Jun 2002 16:29:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-and-restricting-root-access/m-p/2751766#M70398</guid>
      <dc:creator>Chelsea Matej_1</dc:creator>
      <dc:date>2002-06-25T16:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: telnet and restricting root access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-and-restricting-root-access/m-p/2751767#M70399</link>
      <description>I think that's wise ... if you force them to 'su' to root, then there is a log entry as to which user su'd to root, since they have to log in as themselves, first.&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Jun 2002 13:31:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-and-restricting-root-access/m-p/2751767#M70399</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2002-06-26T13:31:18Z</dc:date>
    </item>
  </channel>
</rss>

