<?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 remote login in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/root-remote-login/m-p/2812472#M84679</link>
    <description>Terry,&lt;BR /&gt;&lt;BR /&gt;You can delete the /etc/securetty file as i don't believe that it is such a big risk to let root login from anywhere else apart from the console.&lt;BR /&gt;&lt;BR /&gt;Most of us work on scenarios where our Datacentres host our boxes and we work remotely. I don't see any security flaw if we use root access from remote terminals so long as we hold the password securely and change it at regular intervals.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Anil</description>
    <pubDate>Tue, 24 Sep 2002 15:19:23 GMT</pubDate>
    <dc:creator>Anil C. Sedha</dc:creator>
    <dc:date>2002-09-24T15:19:23Z</dc:date>
    <item>
      <title>root remote login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-remote-login/m-p/2812467#M84674</link>
      <description>We can not remotely login with the root user and get error,  "login incorrect".  What file must be modified to allow remote login by root.  Other users are able to login remotely.</description>
      <pubDate>Tue, 24 Sep 2002 14:53:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-remote-login/m-p/2812467#M84674</guid>
      <dc:creator>Terry Willmann</dc:creator>
      <dc:date>2002-09-24T14:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: root remote login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-remote-login/m-p/2812468#M84675</link>
      <description>The file is /etc/securetty. Either delete it or rename it. It is a text file that holds the tty names, console included, that are the only ones that root can logon from. Typically it only has "console" in it. By renaming it root can logon from anywher. Caution, this is a huge security risk. The accepted proceedure is to logon as a normal user and su -  to gain root access.</description>
      <pubDate>Tue, 24 Sep 2002 15:01:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-remote-login/m-p/2812468#M84675</guid>
      <dc:creator>John Dvorchak</dc:creator>
      <dc:date>2002-09-24T15:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: root remote login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-remote-login/m-p/2812469#M84676</link>
      <description>If you are trying to "rlogin" the file ".rhosts" in the root users home directory on the remote system is the file that needs to be modified. You will need to put in an entry like this&lt;BR /&gt;&lt;BR /&gt;&lt;SERVER name=""&gt;     root&lt;BR /&gt;&lt;BR /&gt;Where &lt;SERVER name=""&gt; is the name of the local system you are trying to log in from. Also the remote system needs to be able to resolve the local systems host name with either an entry in /etc/hosts or DNS&lt;BR /&gt;&lt;BR /&gt;Ray&lt;/SERVER&gt;&lt;/SERVER&gt;</description>
      <pubDate>Tue, 24 Sep 2002 15:03:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-remote-login/m-p/2812469#M84676</guid>
      <dc:creator>Ray Brewer</dc:creator>
      <dc:date>2002-09-24T15:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: root remote login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-remote-login/m-p/2812470#M84677</link>
      <description>I heartily echo John's comments about the huge security risk of allowing root to login directly from anywhere other than the console.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Tue, 24 Sep 2002 15:03:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-remote-login/m-p/2812470#M84677</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-09-24T15:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: root remote login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-remote-login/m-p/2812471#M84678</link>
      <description>is there a file /etc/securetty?&lt;BR /&gt;&lt;BR /&gt;SunOS has a default security setting that dis-allows root access, but HP-UX does not.  Root access denial Im pretty sure is only controled by the securetty file. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
      <pubDate>Tue, 24 Sep 2002 15:03:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-remote-login/m-p/2812471#M84678</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2002-09-24T15:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: root remote login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-remote-login/m-p/2812472#M84679</link>
      <description>Terry,&lt;BR /&gt;&lt;BR /&gt;You can delete the /etc/securetty file as i don't believe that it is such a big risk to let root login from anywhere else apart from the console.&lt;BR /&gt;&lt;BR /&gt;Most of us work on scenarios where our Datacentres host our boxes and we work remotely. I don't see any security flaw if we use root access from remote terminals so long as we hold the password securely and change it at regular intervals.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Anil</description>
      <pubDate>Tue, 24 Sep 2002 15:19:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-remote-login/m-p/2812472#M84679</guid>
      <dc:creator>Anil C. Sedha</dc:creator>
      <dc:date>2002-09-24T15:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: root remote login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-remote-login/m-p/2812473#M84680</link>
      <description>I have to respectfuly take exception to Ray's suggestion about a .rhosts file in the root home directory. Her are a couple of points:&lt;BR /&gt;&lt;BR /&gt;1. With .rhosts you have to list the systems that can gain access as root. Limiting your options to logon from anywhere.&lt;BR /&gt;&lt;BR /&gt;2. With no .rhosts at least the person hacking your system has to know the root password to gain access to that system.&lt;BR /&gt;&lt;BR /&gt;3. With no .rhosts and having "console" in the /etc/securetty file will force someone to logon as a normal user and then su to root allowing you to track who is doing what as root. We use this in root's .profile to track the history of the user:&lt;BR /&gt;&lt;BR /&gt; REAL=`logname`&lt;BR /&gt;        HISTFILE=.sh_$REAL&lt;BR /&gt;        HISTSIZE=1000&lt;BR /&gt;        export HISTFILE HISTSIZE&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Sep 2002 15:24:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-remote-login/m-p/2812473#M84680</guid>
      <dc:creator>John Dvorchak</dc:creator>
      <dc:date>2002-09-24T15:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: root remote login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-remote-login/m-p/2812474#M84681</link>
      <description>The /etc/securetty file is not present on the system.</description>
      <pubDate>Tue, 24 Sep 2002 15:27:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-remote-login/m-p/2812474#M84681</guid>
      <dc:creator>Terry Willmann</dc:creator>
      <dc:date>2002-09-24T15:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: root remote login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-remote-login/m-p/2812475#M84682</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;  Try doing a ls /etc/securetty  as *root* user , because this file normally does not have access permission to non-root users. This is confirm that the file is really there or not.&lt;BR /&gt;&lt;BR /&gt;Another thing to check would be the /var/adm/syslog/syslog.log file for messages related to root loging.  It should have some error message for the login of root which will give further clues on what the problem could me.&lt;BR /&gt;&lt;BR /&gt;Are you able to do su  as root from a normal user. Just to discount any passwd related issue!&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;raj</description>
      <pubDate>Tue, 24 Sep 2002 15:52:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-remote-login/m-p/2812475#M84682</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2002-09-24T15:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: root remote login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-remote-login/m-p/2812476#M84683</link>
      <description>Hi Terry&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In the $HOME/.rhosts for the root you can try adding &lt;BR /&gt;&lt;BR /&gt;IP adress   root &lt;BR /&gt;&lt;BR /&gt;instead of &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;server name root&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;this will solve the problem .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;like&lt;BR /&gt;&lt;BR /&gt;server A 10.2.10.30&lt;BR /&gt;server B 10.2.10.40&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;in .rhosts on A you should have &lt;BR /&gt;&lt;BR /&gt;10.2.10.40  root&lt;BR /&gt;&lt;BR /&gt;and vice versa.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Sep 2002 16:10:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-remote-login/m-p/2812476#M84683</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-09-24T16:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: root remote login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-remote-login/m-p/2812477#M84684</link>
      <description>You might also want to check in /var/adm/inetd.sec to insure there are no login restrictions for root there.</description>
      <pubDate>Tue, 24 Sep 2002 16:28:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-remote-login/m-p/2812477#M84684</guid>
      <dc:creator>Tom Danzig</dc:creator>
      <dc:date>2002-09-24T16:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: root remote login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-remote-login/m-p/2812478#M84685</link>
      <description>with the rlogin command, if you are not allowed to login without a password via /.rhosts or $HOME/.rhosts or ~root/.rhosts (if you changed root's home) then you should be prompted for a password.  &lt;BR /&gt;If this "login incorrect" is coming from remsh then there is no way to fix this without adding the allowed systems into ~root/.rhosts&lt;BR /&gt;&lt;BR /&gt;are you getting the error from remsh? or from rlogin?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
      <pubDate>Tue, 24 Sep 2002 16:54:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-remote-login/m-p/2812478#M84685</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2002-09-24T16:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: root remote login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-remote-login/m-p/2812479#M84686</link>
      <description>Assuming you are telneting to the system...&lt;BR /&gt;&lt;BR /&gt;You can get "Login incorrect" for the following reasons:&lt;BR /&gt;&lt;BR /&gt;- invalid loginid&lt;BR /&gt;- invalid password&lt;BR /&gt;- superuser not allowed to login remotely because of /etc/securetty&lt;BR /&gt;&lt;BR /&gt;There may be other reasons but these are the 3 I know of.  Can you login as a non-superuser and then su to root?&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Tue, 24 Sep 2002 17:11:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-remote-login/m-p/2812479#M84686</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-09-24T17:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: root remote login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-remote-login/m-p/2812480#M84687</link>
      <description>HI&lt;BR /&gt;Check the /var/adm/syslog/syslog.log file for the error messages related to your failed attempts with root remote logins.&lt;BR /&gt;&lt;BR /&gt;It could be "root" account blocked to login directly (check such restriction in .profile, /etc/profile, inetd.sec) or the host/IP address blocked to login (in inetd.sec)&lt;BR /&gt;&lt;BR /&gt;Thankc.&lt;BR /&gt;Prashant.</description>
      <pubDate>Tue, 24 Sep 2002 17:28:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-remote-login/m-p/2812480#M84687</guid>
      <dc:creator>Deshpande Prashant</dc:creator>
      <dc:date>2002-09-24T17:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: root remote login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-remote-login/m-p/2812481#M84688</link>
      <description>At least on 11.0, don't worry about checking /var/adm/inetd.sec.  If inetd.sec is denying telnet or (r)login, you won't get to the point where you would enter a loginid or a password.&lt;BR /&gt;&lt;BR /&gt;I hate to ask, but is the root password what you think it should be?  Can you login and su to root?  It wouldn't be the first time someone has changed the password without letting others know.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Tue, 24 Sep 2002 17:40:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-remote-login/m-p/2812481#M84688</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-09-24T17:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: root remote login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-remote-login/m-p/2812482#M84689</link>
      <description>Thank all for the help.  The problem was being caused by the root password having an @ sign in it.</description>
      <pubDate>Tue, 24 Sep 2002 17:58:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-remote-login/m-p/2812482#M84689</guid>
      <dc:creator>Terry Willmann</dc:creator>
      <dc:date>2002-09-24T17:58:39Z</dc:date>
    </item>
  </channel>
</rss>

