<?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 Locking root access using SSH in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/locking-root-access-using-ssh/m-p/4494655#M732918</link>
    <description>Is there a file that I can create that blocks root access to the console when using SSH?&lt;BR /&gt;&lt;BR /&gt;I already have the /etc/securetty file on my UNIX system, however, it seems to only block root direct login using telnet.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 09 Sep 2009 19:48:56 GMT</pubDate>
    <dc:creator>David Land</dc:creator>
    <dc:date>2009-09-09T19:48:56Z</dc:date>
    <item>
      <title>Locking root access using SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/locking-root-access-using-ssh/m-p/4494655#M732918</link>
      <description>Is there a file that I can create that blocks root access to the console when using SSH?&lt;BR /&gt;&lt;BR /&gt;I already have the /etc/securetty file on my UNIX system, however, it seems to only block root direct login using telnet.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Sep 2009 19:48:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/locking-root-access-using-ssh/m-p/4494655#M732918</guid>
      <dc:creator>David Land</dc:creator>
      <dc:date>2009-09-09T19:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Locking root access using SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/locking-root-access-using-ssh/m-p/4494656#M732919</link>
      <description>If you want to block root access via SSH overall, you should set&lt;BR /&gt;&lt;BR /&gt;PermitRootLogin    No&lt;BR /&gt;&lt;BR /&gt;in your sshd_config file.  The location of this file varies depending on your installation of SSH.  This will disallow direct SSH to the server as the root user.</description>
      <pubDate>Wed, 09 Sep 2009 19:53:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/locking-root-access-using-ssh/m-p/4494656#M732919</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-09-09T19:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Locking root access using SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/locking-root-access-using-ssh/m-p/4494657#M732920</link>
      <description>I found my sshd_config file and uncommented the PermitRootLogin option and added No to it.  However, I can still logon as root using SSH.&lt;BR /&gt;&lt;BR /&gt;Is there another reason why this is occuring?</description>
      <pubDate>Wed, 09 Sep 2009 20:20:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/locking-root-access-using-ssh/m-p/4494657#M732920</guid>
      <dc:creator>David Land</dc:creator>
      <dc:date>2009-09-09T20:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Locking root access using SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/locking-root-access-using-ssh/m-p/4494658#M732921</link>
      <description>You need to stop and restart SSH.</description>
      <pubDate>Wed, 09 Sep 2009 20:27:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/locking-root-access-using-ssh/m-p/4494658#M732921</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-09-09T20:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Locking root access using SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/locking-root-access-using-ssh/m-p/4494659#M732922</link>
      <description>You may not want to do this, as the console is your 'salvation' should a problem occur with an ssh session and he root account.  I recognize auditors may feel this makes the system safer, but it depends on how you use ssh and how secure your DC is.  The console access has saved us many times.</description>
      <pubDate>Wed, 09 Sep 2009 22:42:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/locking-root-access-using-ssh/m-p/4494659#M732922</guid>
      <dc:creator>Walt Watson</dc:creator>
      <dc:date>2009-09-09T22:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Locking root access using SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/locking-root-access-using-ssh/m-p/4494660#M732923</link>
      <description>How do you stop and restart SSH?</description>
      <pubDate>Thu, 10 Sep 2009 12:41:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/locking-root-access-using-ssh/m-p/4494660#M732923</guid>
      <dc:creator>David Land</dc:creator>
      <dc:date>2009-09-10T12:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Locking root access using SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/locking-root-access-using-ssh/m-p/4494661#M732924</link>
      <description>/sbin/init.d/secsh stop&lt;BR /&gt;/sbin/init.d/secsh start</description>
      <pubDate>Thu, 10 Sep 2009 12:46:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/locking-root-access-using-ssh/m-p/4494661#M732924</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2009-09-10T12:46:32Z</dc:date>
    </item>
  </channel>
</rss>

