<?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 using openssh in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/using-openssh/m-p/2691627#M756918</link>
    <description>hi all,&lt;BR /&gt;&lt;BR /&gt;I am looking for a minimal sshd_config file which do the following:&lt;BR /&gt;&lt;BR /&gt;ssh protocole 2&lt;BR /&gt;restrict ssh interactive root login.&lt;BR /&gt;permit scp batch root copy.&lt;BR /&gt;&lt;BR /&gt;thank you</description>
    <pubDate>Wed, 27 Mar 2002 09:53:35 GMT</pubDate>
    <dc:creator>maafa</dc:creator>
    <dc:date>2002-03-27T09:53:35Z</dc:date>
    <item>
      <title>using openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-openssh/m-p/2691627#M756918</link>
      <description>hi all,&lt;BR /&gt;&lt;BR /&gt;I am looking for a minimal sshd_config file which do the following:&lt;BR /&gt;&lt;BR /&gt;ssh protocole 2&lt;BR /&gt;restrict ssh interactive root login.&lt;BR /&gt;permit scp batch root copy.&lt;BR /&gt;&lt;BR /&gt;thank you</description>
      <pubDate>Wed, 27 Mar 2002 09:53:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-openssh/m-p/2691627#M756918</guid>
      <dc:creator>maafa</dc:creator>
      <dc:date>2002-03-27T09:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: using openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-openssh/m-p/2691628#M756919</link>
      <description>As far as I know, you can not have your cake and eat it too.  ssh is a function of sftp, and rules apply to scp/ssh and sftp when initiated.&lt;BR /&gt;&lt;BR /&gt;If a user is denied access to ssh, then this applies to scp, and sftp as well.   &lt;BR /&gt;&lt;BR /&gt;In this case, perhaps look at an alternate method of doing what you want.  I.E.&lt;BR /&gt;Have user1 copy batch file, but have roots cron extract/move it when it's done.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Shannon&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Mar 2002 17:11:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-openssh/m-p/2691628#M756919</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2002-03-27T17:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: using openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-openssh/m-p/2691629#M756920</link>
      <description>Maafa, would you be looking for mandatory RSA authentication (or DSA) and no password? &lt;BR /&gt;&lt;BR /&gt;Shannon is correct in that you can't have one setting for root and another for all others. Though you could a priori deny root login entirely -- though this doesn't sound like what you want.&lt;BR /&gt;&lt;BR /&gt;Perhaps something like&lt;BR /&gt;&lt;BR /&gt;~~~&lt;BR /&gt;RhostsAuthentication no&lt;BR /&gt;#&lt;BR /&gt;RhostsRSAAuthentication no&lt;BR /&gt;#&lt;BR /&gt;RSAAuthentication yes&lt;BR /&gt;PasswordAuthentication no&lt;BR /&gt;PermitEmptyPasswords no&lt;BR /&gt;~~~&lt;BR /&gt;&lt;BR /&gt;which would disallow rhost and password authentication, but allow RSAauthentication.&lt;BR /&gt;&lt;BR /&gt;In order to login, as root, (or anyone) then, the proper RSA key must be presented. &lt;BR /&gt;&lt;BR /&gt;For more info on these options, read the man page or get the book from O'Reilly -- definately worth reading.&lt;BR /&gt;&lt;BR /&gt;hth, Mark</description>
      <pubDate>Wed, 27 Mar 2002 20:37:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-openssh/m-p/2691629#M756920</guid>
      <dc:creator>Mark Fenton</dc:creator>
      <dc:date>2002-03-27T20:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: using openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-openssh/m-p/2691630#M756921</link>
      <description>You can deny users with AllowUsers and DenyUsers directives. They just are not part of the initial sshd_config file.&lt;BR /&gt;&lt;BR /&gt;i.e.&lt;BR /&gt;&lt;BR /&gt;AllowRootLogin yes&lt;BR /&gt;AllowUsers root&lt;BR /&gt;&lt;BR /&gt;thus root is the only user allowed to use ssh&lt;BR /&gt;&lt;BR /&gt;GL,&lt;BR /&gt;C</description>
      <pubDate>Wed, 27 Mar 2002 20:44:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-openssh/m-p/2691630#M756921</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2002-03-27T20:44:00Z</dc:date>
    </item>
  </channel>
</rss>

