<?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 user in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-user/m-p/4954971#M740271</link>
    <description>Another way is to setup the /etc/passwd entry as,&lt;BR /&gt;&lt;BR /&gt;           guest1:&lt;PASSWD&gt;:100:92:Guest Account:/ftp/./incoming:/etc/ftponly&lt;BR /&gt;&lt;BR /&gt;           When guest1 successfully logs in, the ftp server will chroot&lt;BR /&gt;           (/ftp) and then chdir (/incoming).  The guest user will only be&lt;BR /&gt;           able to access the directory structure under /ftp (which will&lt;BR /&gt;           look and act as / to guest1), just as an anonymous FTP user&lt;BR /&gt;           would.&lt;BR /&gt;&lt;BR /&gt;Change this to suit your requirement.&lt;BR /&gt;&lt;BR /&gt;that control to login with guest1 with telnet. Try to put /etc/ftponly in /etc/shells file.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu&lt;/PASSWD&gt;</description>
    <pubDate>Wed, 25 Jan 2006 06:00:39 GMT</pubDate>
    <dc:creator>Muthukumar_5</dc:creator>
    <dc:date>2006-01-25T06:00:39Z</dc:date>
    <item>
      <title>ftp user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-user/m-p/4954967#M740267</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I need to create a ftp user preventing telnet. He will only get access to his home directory. Can anyone help me?&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Rana</description>
      <pubDate>Wed, 25 Jan 2006 05:37:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-user/m-p/4954967#M740267</guid>
      <dc:creator>rana786</dc:creator>
      <dc:date>2006-01-25T05:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: ftp user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-user/m-p/4954968#M740268</link>
      <description>Hi Rana, &lt;BR /&gt;&lt;BR /&gt;Here is a great thread for creating ftponly account. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=25480" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=25480&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;[Read Sebastin's reply] &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 25 Jan 2006 05:52:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-user/m-p/4954968#M740268</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-01-25T05:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: ftp user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-user/m-p/4954969#M740269</link>
      <description>Use restricted ksh as shell type to that user so that user can able to access only his home directory.&lt;BR /&gt;&lt;BR /&gt;Do you want to block ftp user to use telnet then block it with /etc/profile with your previous. thread response.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Wed, 25 Jan 2006 05:54:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-user/m-p/4954969#M740269</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-01-25T05:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: ftp user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-user/m-p/4954970#M740270</link>
      <description>More threads, &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=964808" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=964808&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=942006" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=942006&lt;/A&gt;&lt;BR /&gt;[How to create restricted sftp account ?]&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 25 Jan 2006 05:56:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-user/m-p/4954970#M740270</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-01-25T05:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: ftp user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-user/m-p/4954971#M740271</link>
      <description>Another way is to setup the /etc/passwd entry as,&lt;BR /&gt;&lt;BR /&gt;           guest1:&lt;PASSWD&gt;:100:92:Guest Account:/ftp/./incoming:/etc/ftponly&lt;BR /&gt;&lt;BR /&gt;           When guest1 successfully logs in, the ftp server will chroot&lt;BR /&gt;           (/ftp) and then chdir (/incoming).  The guest user will only be&lt;BR /&gt;           able to access the directory structure under /ftp (which will&lt;BR /&gt;           look and act as / to guest1), just as an anonymous FTP user&lt;BR /&gt;           would.&lt;BR /&gt;&lt;BR /&gt;Change this to suit your requirement.&lt;BR /&gt;&lt;BR /&gt;that control to login with guest1 with telnet. Try to put /etc/ftponly in /etc/shells file.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu&lt;/PASSWD&gt;</description>
      <pubDate>Wed, 25 Jan 2006 06:00:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-user/m-p/4954971#M740271</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-01-25T06:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: ftp user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-user/m-p/4954972#M740272</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This can be achived by ftp only accounts.&lt;BR /&gt;&lt;BR /&gt;#man ftpaccess &lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Wed, 25 Jan 2006 06:03:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-user/m-p/4954972#M740272</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2006-01-25T06:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: ftp user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-user/m-p/4954973#M740273</link>
      <description>&lt;A href="http://docs.hp.com/en/B2355-60127/ftpaccess.4.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60127/ftpaccess.4.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Take a look at this page for more information on ftpaccess. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 25 Jan 2006 06:10:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-user/m-p/4954973#M740273</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-01-25T06:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: ftp user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-user/m-p/4954974#M740274</link>
      <description>&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;PLease chech the following document,&lt;BR /&gt;&lt;BR /&gt;Creating an FTP-Only User Account - &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://medstat.med.utah.edu/medstat_ops/node24.html" target="_blank"&gt;http://medstat.med.utah.edu/medstat_ops/node24.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;With Regards,&lt;BR /&gt;&lt;BR /&gt;Siva.&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Jan 2006 07:59:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-user/m-p/4954974#M740274</guid>
      <dc:creator>Sivakumar TS</dc:creator>
      <dc:date>2006-01-25T07:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: ftp user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-user/m-p/4954975#M740275</link>
      <description>Its ok.</description>
      <pubDate>Wed, 25 Jan 2006 22:49:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-user/m-p/4954975#M740275</guid>
      <dc:creator>rana786</dc:creator>
      <dc:date>2006-01-25T22:49:08Z</dc:date>
    </item>
  </channel>
</rss>

