<?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 ?? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp/m-p/5007854#M773949</link>
    <description>friend o ssh esta habilitado e funcionando ok ?</description>
    <pubDate>Tue, 10 Oct 2006 14:44:29 GMT</pubDate>
    <dc:creator>Calandrello</dc:creator>
    <dc:date>2006-10-10T14:44:29Z</dc:date>
    <item>
      <title>sftp ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp/m-p/5007851#M773946</link>
      <description>We have a client that currently uses ftp to put files on our system. We have the user locked so he can only ftp, that is is default shell is: /bin/false.&lt;BR /&gt;&lt;BR /&gt;when they try using sftp they enter there password and immediately get the message: connection closed.&lt;BR /&gt;&lt;BR /&gt;I assume this is because we do not allow them login access to the server, is there any way around this besides giving them a shell instead of /bin/false ??</description>
      <pubDate>Tue, 10 Oct 2006 14:16:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp/m-p/5007851#M773946</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2006-10-10T14:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: sftp ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp/m-p/5007852#M773947</link>
      <description>yes. User account might have been locked/deactivated. change shell to /usr/bin/sh and you can restrict user not to use "ftp" by putting his id into /etc/ftpd/ftpusers list.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Oct 2006 14:22:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp/m-p/5007852#M773947</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2006-10-10T14:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: sftp ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp/m-p/5007853#M773948</link>
      <description>I want the user to be able to use ftp or sftp, but not be able to login directly to the server.</description>
      <pubDate>Tue, 10 Oct 2006 14:23:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp/m-p/5007853#M773948</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2006-10-10T14:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: sftp ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp/m-p/5007854#M773949</link>
      <description>friend o ssh esta habilitado e funcionando ok ?</description>
      <pubDate>Tue, 10 Oct 2006 14:44:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp/m-p/5007854#M773949</guid>
      <dc:creator>Calandrello</dc:creator>
      <dc:date>2006-10-10T14:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: sftp ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp/m-p/5007855#M773950</link>
      <description>you need to use some script to restrict the user.&lt;BR /&gt;&lt;BR /&gt;Here is the perl script which was tested.&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/perl -w &lt;BR /&gt;# &lt;BR /&gt;# When used as a login shell in /etc/passwd, this only allows &lt;BR /&gt;# use of the scp program. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;exit(1) if ( !defined($ARGV[0]) || $ARGV[0] ne "-c" ); &lt;BR /&gt;exit(1) if ( !defined($ARGV[1]) || $ARGV[1] !~ /^scp / ); &lt;BR /&gt;argv = split (/ /, $ARGV[1] ); &lt;BR /&gt;exec {"/usr/bin/scp"} argv; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Oct 2006 15:11:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp/m-p/5007855#M773950</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2006-10-10T15:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: sftp ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp/m-p/5007856#M773951</link>
      <description>Thanks</description>
      <pubDate>Wed, 11 Oct 2006 08:21:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp/m-p/5007856#M773951</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2006-10-11T08:21:07Z</dc:date>
    </item>
  </channel>
</rss>

