<?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: ftp login in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ftp-login/m-p/4965454#M46835</link>
    <description>Thank you all for the response&lt;BR /&gt;-chakri</description>
    <pubDate>Thu, 09 Mar 2006 01:49:20 GMT</pubDate>
    <dc:creator>Chakravarthi</dc:creator>
    <dc:date>2006-03-09T01:49:20Z</dc:date>
    <item>
      <title>ftp login</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-login/m-p/4965446#M46827</link>
      <description>hi, &lt;BR /&gt;&lt;BR /&gt;i want to create a account in a redhat linux box which is used only for ftp(wu-ftp) purpose and i should not be able to login using telnet or ssh using this login. &lt;BR /&gt;&lt;BR /&gt;please give suggestions. &lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;chakri</description>
      <pubDate>Wed, 08 Mar 2006 06:29:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-login/m-p/4965446#M46827</guid>
      <dc:creator>Chakravarthi</dc:creator>
      <dc:date>2006-03-08T06:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: ftp login</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-login/m-p/4965447#M46828</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;you can edit allow &amp;amp; deny entries of the services you want to be given access or restriction for specific user.</description>
      <pubDate>Wed, 08 Mar 2006 06:53:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-login/m-p/4965447#M46828</guid>
      <dc:creator>kcpant</dc:creator>
      <dc:date>2006-03-08T06:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: ftp login</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-login/m-p/4965448#M46829</link>
      <description>Use /bin/false or /sbin/nologin as the user shell (depends of which one exist on your system). Ensure that the shell selected is included in /etc/shells.</description>
      <pubDate>Wed, 08 Mar 2006 06:55:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-login/m-p/4965448#M46829</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-03-08T06:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: ftp login</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-login/m-p/4965449#M46830</link>
      <description>Use useradd -s /sbin/nologin "username"&lt;BR /&gt;when you create users for FTP logins.</description>
      <pubDate>Wed, 08 Mar 2006 07:02:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-login/m-p/4965449#M46830</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2006-03-08T07:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: ftp login</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-login/m-p/4965450#M46831</link>
      <description>hi, &lt;BR /&gt;&lt;BR /&gt;sorry i forgot to mention that i'm using sftp not ftp, and given solution is not working for sftp. &lt;BR /&gt;&lt;BR /&gt;any more suggestions?&lt;BR /&gt;&lt;BR /&gt;-chakri</description>
      <pubDate>Wed, 08 Mar 2006 07:07:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-login/m-p/4965450#M46831</guid>
      <dc:creator>Chakravarthi</dc:creator>
      <dc:date>2006-03-08T07:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: ftp login</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-login/m-p/4965451#M46832</link>
      <description>You can create an ftpuser minus shell. Check out the details at the following url:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.linux.com/guides/solrhe/Securing-Optimizing-Linux-RH-Edition-v1.3/chap29sec295.shtml" target="_blank"&gt;http://www.linux.com/guides/solrhe/Securing-Optimizing-Linux-RH-Edition-v1.3/chap29sec295.shtml&lt;/A&gt;</description>
      <pubDate>Wed, 08 Mar 2006 07:38:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-login/m-p/4965451#M46832</guid>
      <dc:creator>Ajay Agarwal</dc:creator>
      <dc:date>2006-03-08T07:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: ftp login</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-login/m-p/4965452#M46833</link>
      <description>You should build chrooted environnment for sftp, create a new user and change their shell to restricted ssh.&lt;BR /&gt;&lt;BR /&gt;Check out the following link:&lt;BR /&gt;&lt;A href="http://gentoo-wiki.com/HOWTO_SFTP_Server_(chrooted,_without_shell)" target="_blank"&gt;http://gentoo-wiki.com/HOWTO_SFTP_Server_(chrooted,_without_shell)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs</description>
      <pubDate>Wed, 08 Mar 2006 07:46:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-login/m-p/4965452#M46833</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2006-03-08T07:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: ftp login</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-login/m-p/4965453#M46834</link>
      <description>You said wu-ftpd first, but anyway, to do that, you must use public key authentication.&lt;BR /&gt;&lt;BR /&gt;After you created your public key pairs, copy id_dsa.pub to the remote host in $HOME/.ssh/authorized_keys. Once you get public key authentication working, edit the authorized_keys file and add the command= option before the key, like this:&lt;BR /&gt;&lt;BR /&gt;command="/usr/local/sbin/ssh-dummy-shell" ssh-dss AAAASDF.....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Create the ssh-dummy-shell script:&lt;BR /&gt;&lt;BR /&gt;if [ "$SSH_ORIGINAL_COMMAND" = "/usr/libexec/openssh/sftp-server" ]&lt;BR /&gt;then&lt;BR /&gt;/usr/libexec/openssh/sftp-server&lt;BR /&gt;else&lt;BR /&gt;echo "Restricted"&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;Change the permissions to the file&lt;BR /&gt;&lt;BR /&gt;chmod 755 /usr/local/sbin/ssh-dummy-shell&lt;BR /&gt;&lt;BR /&gt;Have fun.&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Mar 2006 08:43:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-login/m-p/4965453#M46834</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-03-08T08:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: ftp login</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-login/m-p/4965454#M46835</link>
      <description>Thank you all for the response&lt;BR /&gt;-chakri</description>
      <pubDate>Thu, 09 Mar 2006 01:49:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-login/m-p/4965454#M46835</guid>
      <dc:creator>Chakravarthi</dc:creator>
      <dc:date>2006-03-09T01:49:20Z</dc:date>
    </item>
  </channel>
</rss>

