<?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: sftp without a shell in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-without-a-shell/m-p/2968018#M752808</link>
    <description>I forgot: To restrict the users to their home you can use chroot of course.&lt;BR /&gt;&lt;BR /&gt;Chris&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hint:&lt;BR /&gt;&lt;A href="http://www.linuxquestions.org/questions/showthread.php?s=&amp;amp;threadid=46874&amp;amp;highlight=chroot+ssh" target="_blank"&gt;http://www.linuxquestions.org/questions/showthread.php?s=&amp;amp;threadid=46874&amp;amp;highlight=chroot+ssh&lt;/A&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 08 May 2003 04:54:36 GMT</pubDate>
    <dc:creator>Christian Gebhardt</dc:creator>
    <dc:date>2003-05-08T04:54:36Z</dc:date>
    <item>
      <title>sftp without a shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-without-a-shell/m-p/2968016#M752806</link>
      <description>i want to only allow sftp ability to users.  &lt;BR /&gt;&lt;BR /&gt;i currently have openSSH with chroot patch installed.&lt;BR /&gt;&lt;BR /&gt;i would like for a user defined as follows to be able to sftp:&lt;BR /&gt;&lt;BR /&gt;cctest:xxx:100:200:comment:/home/user/./cctest:/usr/bin/ftponly&lt;BR /&gt;&lt;BR /&gt;thanks in advance,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;chris</description>
      <pubDate>Wed, 07 May 2003 21:58:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-without-a-shell/m-p/2968016#M752806</guid>
      <dc:creator>William Harris_3</dc:creator>
      <dc:date>2003-05-07T21:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: sftp without a shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-without-a-shell/m-p/2968017#M752807</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;you have to give the user the sftp-server as login-shell:&lt;BR /&gt;&lt;BR /&gt;cctest:xxx:100:200:comment:/home/user/./cctest:/opt/openssh2/libexec/sftp-server&lt;BR /&gt;&lt;BR /&gt;(this is my PATH to the sftp-server)&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Thu, 08 May 2003 04:44:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-without-a-shell/m-p/2968017#M752807</guid>
      <dc:creator>Christian Gebhardt</dc:creator>
      <dc:date>2003-05-08T04:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: sftp without a shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-without-a-shell/m-p/2968018#M752808</link>
      <description>I forgot: To restrict the users to their home you can use chroot of course.&lt;BR /&gt;&lt;BR /&gt;Chris&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hint:&lt;BR /&gt;&lt;A href="http://www.linuxquestions.org/questions/showthread.php?s=&amp;amp;threadid=46874&amp;amp;highlight=chroot+ssh" target="_blank"&gt;http://www.linuxquestions.org/questions/showthread.php?s=&amp;amp;threadid=46874&amp;amp;highlight=chroot+ssh&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 May 2003 04:54:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-without-a-shell/m-p/2968018#M752808</guid>
      <dc:creator>Christian Gebhardt</dc:creator>
      <dc:date>2003-05-08T04:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: sftp without a shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-without-a-shell/m-p/2968019#M752809</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Iam using rssh for that purpose. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.pizzashack.org/rssh/index.shtml" target="_blank"&gt;http://www.pizzashack.org/rssh/index.shtml&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 May 2003 05:04:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-without-a-shell/m-p/2968019#M752809</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2003-05-08T05:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: sftp without a shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-without-a-shell/m-p/2968020#M752810</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;not sure with sftp, but this is what we do for ftp only users. the same logic can be applied for sftp as well.&lt;BR /&gt;&lt;BR /&gt;1. add /usr/bin/passwd to /etc/shells.&lt;BR /&gt;2. user /usr/bin/passwd as the shell for all ftp only users.&lt;BR /&gt;&lt;BR /&gt;with this, in case the user needs to change passwd, he telnets to the server and after he logins, he is forced to change the password (if required).&lt;BR /&gt;&lt;BR /&gt;-balaji</description>
      <pubDate>Thu, 08 May 2003 05:04:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-without-a-shell/m-p/2968020#M752810</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-05-08T05:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: sftp without a shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-without-a-shell/m-p/2968021#M752811</link>
      <description>Christian's method (of using sftp-server as the login shell) will work, but I believe you'll need to build openssh (and hence openssl and zlib) statically.  I.e., for the openssh build, you would do:&lt;BR /&gt;&lt;BR /&gt;./configure --with-ldflags="-static" [other options]</description>
      <pubDate>Thu, 08 May 2003 18:36:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-without-a-shell/m-p/2968021#M752811</guid>
      <dc:creator>Tim Maletic</dc:creator>
      <dc:date>2003-05-08T18:36:01Z</dc:date>
    </item>
  </channel>
</rss>

