<?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 User Only For SFTP in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/user-only-for-sftp/m-p/4719704#M731666</link>
    <description>Dears,&lt;BR /&gt;Good day, &lt;BR /&gt;&lt;BR /&gt;I would like to know how can I make a user called rpmFTP to login to my server using SFTP only. No Telnet, rlogin, FTP or SSH. &lt;BR /&gt;&lt;BR /&gt;Also, Can I create a private/public key based on the "machine serial number" ? So, in case someone took the private key it will not work. &lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Tue, 30 Nov 2010 15:51:08 GMT</pubDate>
    <dc:creator>AZayed</dc:creator>
    <dc:date>2010-11-30T15:51:08Z</dc:date>
    <item>
      <title>User Only For SFTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-only-for-sftp/m-p/4719704#M731666</link>
      <description>Dears,&lt;BR /&gt;Good day, &lt;BR /&gt;&lt;BR /&gt;I would like to know how can I make a user called rpmFTP to login to my server using SFTP only. No Telnet, rlogin, FTP or SSH. &lt;BR /&gt;&lt;BR /&gt;Also, Can I create a private/public key based on the "machine serial number" ? So, in case someone took the private key it will not work. &lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 30 Nov 2010 15:51:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-only-for-sftp/m-p/4719704#M731666</guid>
      <dc:creator>AZayed</dc:creator>
      <dc:date>2010-11-30T15:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: User Only For SFTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-only-for-sftp/m-p/4719705#M731667</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You'll find this pretty useful for sftp&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1291133058677+28353475&amp;amp;threadId=1264911" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1291133058677+28353475&amp;amp;threadId=1264911&lt;/A&gt;</description>
      <pubDate>Tue, 30 Nov 2010 16:06:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-only-for-sftp/m-p/4719705#M731667</guid>
      <dc:creator>David P Lavoie</dc:creator>
      <dc:date>2010-11-30T16:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: User Only For SFTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-only-for-sftp/m-p/4719706#M731668</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;I would like to know how can I make a user called rpmFTP to login to my server using SFTP only. No Telnet, rlogin, FTP or SSH. &lt;BR /&gt;&lt;BR /&gt;sftp (both server and client) internally uses SSH. If you want to use sftp, you will have to enable the secure shall.&lt;BR /&gt;&lt;BR /&gt;When a user runs the sftp client application, the sftp client process spawns the ssh client, and then communicates. &lt;BR /&gt;The ssh client in turn establishes a socket connection with the sshd server. The rest of the server interaction is similar to that the ssh client. &lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Vasu</description>
      <pubDate>Wed, 01 Dec 2010 11:52:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-only-for-sftp/m-p/4719706#M731668</guid>
      <dc:creator>vaasusworld</dc:creator>
      <dc:date>2010-12-01T11:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: User Only For SFTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-only-for-sftp/m-p/4719707#M731669</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Incase if you want to disable Telnet, rlogin, FTP or SSH only for the rpmFTP account, then you can follow the steps provided in "Configuring sftp with chroot" link (Above link!)&lt;BR /&gt;&lt;BR /&gt;I believe generating private/public key based on the "machine serial number" is not recommended. Because, anybody can see the machine serial number. It is written outside of the machine. &lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Vasu</description>
      <pubDate>Wed, 01 Dec 2010 14:25:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-only-for-sftp/m-p/4719707#M731669</guid>
      <dc:creator>vaasusworld</dc:creator>
      <dc:date>2010-12-01T14:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: User Only For SFTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-only-for-sftp/m-p/4719708#M731670</link>
      <description>Assuming you have the latest HP version of HP-UX Secure Shell (T1471AA).&lt;BR /&gt;&lt;BR /&gt;Look in /opt/ssh&lt;BR /&gt;&lt;BR /&gt;Read the README files; they have full instructions for setting up tailored environments.  Scripts are also provided for setting up these environments.  See:&lt;BR /&gt;&lt;BR /&gt;/opt/ssh/utils/&lt;BR /&gt;&lt;BR /&gt;.&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Dec 2010 00:23:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-only-for-sftp/m-p/4719708#M731670</guid>
      <dc:creator>Jim Walls</dc:creator>
      <dc:date>2010-12-02T00:23:01Z</dc:date>
    </item>
  </channel>
</rss>

