<?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: remote root login in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-root-login/m-p/4350877#M344801</link>
    <description>You must create it.&lt;BR /&gt;&lt;BR /&gt;The easiest way:&lt;BR /&gt;&lt;BR /&gt;# echo console &amp;gt; /etc/securetty</description>
    <pubDate>Tue, 03 Feb 2009 20:25:37 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2009-02-03T20:25:37Z</dc:date>
    <item>
      <title>remote root login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-root-login/m-p/4350866#M344790</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Can anbody tell me how to check remote root login enabled or not?&lt;BR /&gt;&lt;BR /&gt;In solaris we have /etc/default/login file.&lt;BR /&gt;We have to uncomment the /dev/console field.&lt;BR /&gt;&lt;BR /&gt;Is ther any way to check the same in hp-ux?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Feb 2009 19:11:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-root-login/m-p/4350866#M344790</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2009-02-03T19:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: remote root login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-root-login/m-p/4350867#M344791</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;This is somewhat dependent on connection protocol.&lt;BR /&gt;&lt;BR /&gt;ssh:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5992-3387/ch05s06.html" target="_blank"&gt;http://docs.hp.com/en/5992-3387/ch05s06.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;DCE&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-7712/ch02s04.html" target="_blank"&gt;http://docs.hp.com/en/5991-7712/ch02s04.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;telnet et al&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5992-3387/ch05s01.html" target="_blank"&gt;http://docs.hp.com/en/5992-3387/ch05s01.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 03 Feb 2009 19:20:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-root-login/m-p/4350867#M344791</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-02-03T19:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: remote root login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-root-login/m-p/4350868#M344792</link>
      <description>For telnet the file is /etc/securetty. For ssh it is /opt/ssh/etc/sshd_conf.</description>
      <pubDate>Tue, 03 Feb 2009 19:22:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-root-login/m-p/4350868#M344792</guid>
      <dc:creator>Tingli</dc:creator>
      <dc:date>2009-02-03T19:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: remote root login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-root-login/m-p/4350869#M344793</link>
      <description>Hi guys&lt;BR /&gt;&lt;BR /&gt;I dont want to any user to use root account on the network.Only thro direct console only root should work.&lt;BR /&gt;&lt;BR /&gt;regards,</description>
      <pubDate>Tue, 03 Feb 2009 19:25:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-root-login/m-p/4350869#M344793</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2009-02-03T19:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: remote root login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-root-login/m-p/4350870#M344794</link>
      <description>That is right. To block root login from non-console you need to:&lt;BR /&gt;1) echo console &amp;gt;&amp;gt; /etc/securetty&lt;BR /&gt;2) In file /etc/ssh/sshd_conf, you need to set "PermitRootLogin no"</description>
      <pubDate>Tue, 03 Feb 2009 19:35:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-root-login/m-p/4350870#M344794</guid>
      <dc:creator>Tingli</dc:creator>
      <dc:date>2009-02-03T19:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: remote root login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-root-login/m-p/4350871#M344795</link>
      <description>Sorry, the file sshd_conf is located in /opt/ssh/etc.</description>
      <pubDate>Tue, 03 Feb 2009 19:37:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-root-login/m-p/4350871#M344795</guid>
      <dc:creator>Tingli</dc:creator>
      <dc:date>2009-02-03T19:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: remote root login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-root-login/m-p/4350872#M344796</link>
      <description>Hi Tinqli,&lt;BR /&gt;&lt;BR /&gt;Thnks for the response.&lt;BR /&gt;&lt;BR /&gt;Can u please brief me about the &lt;BR /&gt;echo console&amp;gt;&amp;gt;/etc/security.&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Tue, 03 Feb 2009 19:43:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-root-login/m-p/4350872#M344796</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2009-02-03T19:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: remote root login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-root-login/m-p/4350873#M344797</link>
      <description>Or you can edit the file /etc/securetty. And add a line "console" to the end of the file.</description>
      <pubDate>Tue, 03 Feb 2009 19:50:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-root-login/m-p/4350873#M344797</guid>
      <dc:creator>Tingli</dc:creator>
      <dc:date>2009-02-03T19:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: remote root login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-root-login/m-p/4350874#M344798</link>
      <description>Hi Tinqli,&lt;BR /&gt;&lt;BR /&gt;I didnot find any file named /etc/security and /etc/securetty.Is this default one or we need to create manually?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Feb 2009 19:53:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-root-login/m-p/4350874#M344798</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2009-02-03T19:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: remote root login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-root-login/m-p/4350875#M344799</link>
      <description>Here is a link about it:&lt;BR /&gt; &lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1233691010179+28353475&amp;amp;threadId=1174327" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1233691010179+28353475&amp;amp;threadId=1174327&lt;/A&gt;</description>
      <pubDate>Tue, 03 Feb 2009 19:58:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-root-login/m-p/4350875#M344799</guid>
      <dc:creator>Tingli</dc:creator>
      <dc:date>2009-02-03T19:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: remote root login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-root-login/m-p/4350876#M344800</link>
      <description>Hi Tinqli,&lt;BR /&gt;&lt;BR /&gt;Thanks for ur timely response.&lt;BR /&gt;&lt;BR /&gt;As m new in hp-ux, i have some doubts.&lt;BR /&gt;&lt;BR /&gt;/etc/securetty file is default one or manually we need to create?&lt;BR /&gt;&lt;BR /&gt;becuase i didnot find the same in my system.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Feb 2009 20:12:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-root-login/m-p/4350876#M344800</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2009-02-03T20:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: remote root login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-root-login/m-p/4350877#M344801</link>
      <description>You must create it.&lt;BR /&gt;&lt;BR /&gt;The easiest way:&lt;BR /&gt;&lt;BR /&gt;# echo console &amp;gt; /etc/securetty</description>
      <pubDate>Tue, 03 Feb 2009 20:25:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-root-login/m-p/4350877#M344801</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-02-03T20:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: remote root login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-root-login/m-p/4350878#M344802</link>
      <description>Hi Himacs ,&lt;BR /&gt;&lt;BR /&gt; Through /etc/securetty and /opt/ssh/etc/sshd_conf , you can rstrict direct root login to the server.But at the same time any user can login with his username and switch to root (su -)....&lt;BR /&gt;&lt;BR /&gt; To prevent this you have to add an entry in /etc/default/security file . ie&lt;BR /&gt;&lt;BR /&gt;SU_ROOT_GROUP=group&lt;BR /&gt;&lt;BR /&gt; Now users attempting to su to root must be a memeber of this group .&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Feb 2009 07:57:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-root-login/m-p/4350878#M344802</guid>
      <dc:creator>Sani</dc:creator>
      <dc:date>2009-02-04T07:57:51Z</dc:date>
    </item>
  </channel>
</rss>

