<?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: Disable direct root login using ssh in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-direct-root-login-using-ssh/m-p/5003028#M424863</link>
    <description>Thanks to all,&lt;BR /&gt;&lt;BR /&gt;Its working fine,after restarting secsh&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Marvik</description>
    <pubDate>Wed, 13 Sep 2006 09:31:57 GMT</pubDate>
    <dc:creator>marvik</dc:creator>
    <dc:date>2006-09-13T09:31:57Z</dc:date>
    <item>
      <title>Disable direct root login using ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-direct-root-login-using-ssh/m-p/5003019#M424854</link>
      <description>Dear All,&lt;BR /&gt;&lt;BR /&gt;I want to block direct ssh root login.I am using putty.Want to ensure users login with their id and then su to root.I searched in sshd_config file but couldn't see the relevant parameter.Am i missing something?&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Rgds&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Sep 2006 09:18:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-direct-root-login-using-ssh/m-p/5003019#M424854</guid>
      <dc:creator>marvik</dc:creator>
      <dc:date>2006-09-13T09:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Disable direct root login using ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-direct-root-login-using-ssh/m-p/5003020#M424855</link>
      <description>Marvik,&lt;BR /&gt;&lt;BR /&gt;Check this old thread, it will guide you on what you want to do&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1042982" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1042982&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jaime.</description>
      <pubDate>Wed, 13 Sep 2006 09:20:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-direct-root-login-using-ssh/m-p/5003020#M424855</guid>
      <dc:creator>Jaime Bolanos Rojas.</dc:creator>
      <dc:date>2006-09-13T09:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Disable direct root login using ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-direct-root-login-using-ssh/m-p/5003021#M424856</link>
      <description>Place PermitRootLogin no in sshd_config.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Sep 2006 09:22:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-direct-root-login-using-ssh/m-p/5003021#M424856</guid>
      <dc:creator>Marvin Strong</dc:creator>
      <dc:date>2006-09-13T09:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: Disable direct root login using ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-direct-root-login-using-ssh/m-p/5003022#M424857</link>
      <description>echo "PermitRootLogin no" &amp;gt;&amp;gt; /opt/ssh/etc/sshd_config&lt;BR /&gt;(depending on your version of ssh config file location might differ but this location is good for recent versions of ssh, like 3.8x or 4.x)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/secsh stop&lt;BR /&gt;/sbin/init.d/secsh start&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.</description>
      <pubDate>Wed, 13 Sep 2006 09:23:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-direct-root-login-using-ssh/m-p/5003022#M424857</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2006-09-13T09:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Disable direct root login using ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-direct-root-login-using-ssh/m-p/5003023#M424858</link>
      <description>&lt;BR /&gt;create /etc/securetty with one line &lt;BR /&gt;&lt;BR /&gt;console&lt;BR /&gt;&lt;BR /&gt;This will prevent direct root logins in non-cde environments except from the console</description>
      <pubDate>Wed, 13 Sep 2006 09:23:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-direct-root-login-using-ssh/m-p/5003023#M424858</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2006-09-13T09:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Disable direct root login using ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-direct-root-login-using-ssh/m-p/5003024#M424859</link>
      <description>Marvin,&lt;BR /&gt;&lt;BR /&gt;Do i need to restart sshd after that,I changed the parameter.&lt;BR /&gt;&lt;BR /&gt;Thanx</description>
      <pubDate>Wed, 13 Sep 2006 09:26:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-direct-root-login-using-ssh/m-p/5003024#M424859</guid>
      <dc:creator>marvik</dc:creator>
      <dc:date>2006-09-13T09:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Disable direct root login using ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-direct-root-login-using-ssh/m-p/5003025#M424860</link>
      <description>Probably.&lt;BR /&gt;&lt;BR /&gt;Better safe than sorry.</description>
      <pubDate>Wed, 13 Sep 2006 09:27:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-direct-root-login-using-ssh/m-p/5003025#M424860</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-09-13T09:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Disable direct root login using ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-direct-root-login-using-ssh/m-p/5003026#M424861</link>
      <description>yes you will need to restart sshd as I described in my previous post</description>
      <pubDate>Wed, 13 Sep 2006 09:27:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-direct-root-login-using-ssh/m-p/5003026#M424861</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2006-09-13T09:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Disable direct root login using ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-direct-root-login-using-ssh/m-p/5003027#M424862</link>
      <description>yes as a general rule whenever you change a parameter to any daemon you will need to restart it. &lt;BR /&gt;</description>
      <pubDate>Wed, 13 Sep 2006 09:29:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-direct-root-login-using-ssh/m-p/5003027#M424862</guid>
      <dc:creator>Marvin Strong</dc:creator>
      <dc:date>2006-09-13T09:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: Disable direct root login using ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-direct-root-login-using-ssh/m-p/5003028#M424863</link>
      <description>Thanks to all,&lt;BR /&gt;&lt;BR /&gt;Its working fine,after restarting secsh&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Marvik</description>
      <pubDate>Wed, 13 Sep 2006 09:31:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-direct-root-login-using-ssh/m-p/5003028#M424863</guid>
      <dc:creator>marvik</dc:creator>
      <dc:date>2006-09-13T09:31:57Z</dc:date>
    </item>
  </channel>
</rss>

