<?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 ftpaccess and ftpd in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-and-ftpd/m-p/4925780#M408910</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I just want disable some users from using ftp, without changing any current functionality.&lt;BR /&gt;Can some one post the entries to be kept in ftpaccess and modification to inetd.conf?&lt;BR /&gt;&lt;BR /&gt;Right now no ftpaccess file.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;TT</description>
    <pubDate>Wed, 14 Sep 2005 02:29:51 GMT</pubDate>
    <dc:creator>Thayanidhi</dc:creator>
    <dc:date>2005-09-14T02:29:51Z</dc:date>
    <item>
      <title>ftpaccess and ftpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-and-ftpd/m-p/4925780#M408910</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I just want disable some users from using ftp, without changing any current functionality.&lt;BR /&gt;Can some one post the entries to be kept in ftpaccess and modification to inetd.conf?&lt;BR /&gt;&lt;BR /&gt;Right now no ftpaccess file.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;TT</description>
      <pubDate>Wed, 14 Sep 2005 02:29:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-and-ftpd/m-p/4925780#M408910</guid>
      <dc:creator>Thayanidhi</dc:creator>
      <dc:date>2005-09-14T02:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: ftpaccess and ftpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-and-ftpd/m-p/4925781#M408911</link>
      <description>&lt;A href="http://newfdawg.com/SHP-FTP-ftpaccess.htm" target="_blank"&gt;http://newfdawg.com/SHP-FTP-ftpaccess.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;"Securing the FTP service on HP-UX: Introduction to the ftpaccess file"&lt;BR /&gt;&lt;BR /&gt;is a good source about this topic.</description>
      <pubDate>Wed, 14 Sep 2005 02:34:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-and-ftpd/m-p/4925781#M408911</guid>
      <dc:creator>Orhan Biyiklioglu</dc:creator>
      <dc:date>2005-09-14T02:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: ftpaccess and ftpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-and-ftpd/m-p/4925782#M408912</link>
      <description>You should also check the ftphots file.&lt;BR /&gt;man 4 ftphots&lt;BR /&gt;&lt;BR /&gt;Its format is like:&lt;BR /&gt;&lt;BR /&gt;[allow|deny] username host(s)&lt;BR /&gt;&lt;BR /&gt;So,&lt;BR /&gt;&lt;BR /&gt;deny root *&lt;BR /&gt;&lt;BR /&gt;should deny root login from anywhere.</description>
      <pubDate>Wed, 14 Sep 2005 02:43:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-and-ftpd/m-p/4925782#M408912</guid>
      <dc:creator>Orhan Biyiklioglu</dc:creator>
      <dc:date>2005-09-14T02:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: ftpaccess and ftpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-and-ftpd/m-p/4925783#M408913</link>
      <description>Sorry for the typo the file should be ftphosts</description>
      <pubDate>Wed, 14 Sep 2005 02:44:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-and-ftpd/m-p/4925783#M408913</guid>
      <dc:creator>Orhan Biyiklioglu</dc:creator>
      <dc:date>2005-09-14T02:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: ftpaccess and ftpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-and-ftpd/m-p/4925784#M408914</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can prohibit incoming incoming ftp from a specific IP address (deny option in ftpaccess). &lt;BR /&gt;Use of ftpaccess is disabled by default. To enable ftpaccess, set "ftpd -a" flag in inetd.conf, then "inetd -c".&lt;BR /&gt;&lt;BR /&gt;I suggest you download WU-FTPD from software.hp.com and do this here with a combination of the /etc/shells, /etc/group, and ftpaccess files.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs</description>
      <pubDate>Wed, 14 Sep 2005 02:46:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-and-ftpd/m-p/4925784#M408914</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2005-09-14T02:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: ftpaccess and ftpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-and-ftpd/m-p/4925785#M408915</link>
      <description>Hi Thayanidhi ,&lt;BR /&gt;&lt;BR /&gt;You can check the /etc/ftpd/ftpaccess file for details.&lt;BR /&gt;Attached.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Wed, 14 Sep 2005 02:49:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-and-ftpd/m-p/4925785#M408915</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-09-14T02:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: ftpaccess and ftpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-and-ftpd/m-p/4925786#M408916</link>
      <description>If you want to disable useraccounts to use ftp then you have to choose ftphosts file only.&lt;BR /&gt;&lt;BR /&gt;# cat /etc/ftpd/ftphosts&lt;BR /&gt;&lt;ALLOW&gt; username &lt;HOSTNAME&gt;&lt;BR /&gt;&lt;BR /&gt;# chmod 444 /etc/ftpd/ftphosts&lt;BR /&gt;# chown bin:bin /etc/ftpd/ftphosts&lt;BR /&gt;&lt;BR /&gt;You can use another method as,&lt;BR /&gt;&lt;BR /&gt;#!/bin/ksh&lt;BR /&gt;#ftpnew.ksh&lt;BR /&gt;if [ "$LOGNAME" = "&lt;USERNAME&gt;" ]&lt;BR /&gt;then&lt;BR /&gt;  echo "No Access to other users for using ftp"&lt;BR /&gt;  sleep 1&lt;BR /&gt;fi  &lt;BR /&gt;&lt;BR /&gt;chmod 755 /usr/bin/ftpnew.ksh&lt;BR /&gt;chown bin:bin /usr/bin/ftpnew.ksh&lt;BR /&gt;alias ftp=/usr/bin/ftpnew.ksh&lt;BR /&gt;&lt;BR /&gt;hth.&lt;/USERNAME&gt;&lt;/HOSTNAME&gt;&lt;/ALLOW&gt;</description>
      <pubDate>Wed, 14 Sep 2005 03:01:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-and-ftpd/m-p/4925786#M408916</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-09-14T03:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: ftpaccess and ftpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-and-ftpd/m-p/4925787#M408917</link>
      <description>Create a file called "ftpusers" in /etc/ftpd and chown bin:bin. Enter the usernames you want to disable access from using FTP. &lt;BR /&gt;&lt;BR /&gt;#cat /etc/ftpd/ftpusers &lt;BR /&gt;root&lt;BR /&gt;abcd&lt;BR /&gt;&lt;BR /&gt;Here, root and abcd cant access FTP. &lt;BR /&gt;&lt;BR /&gt;-Arun &lt;BR /&gt;</description>
      <pubDate>Wed, 14 Sep 2005 03:25:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-and-ftpd/m-p/4925787#M408917</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-09-14T03:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: ftpaccess and ftpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-and-ftpd/m-p/4925788#M408918</link>
      <description>modify inetd.conf is not require.&lt;BR /&gt;1. touch /etc/ftpd/ftpusers&lt;BR /&gt;2. for example, user 'root'&amp;amp;'matt' is not allow to access system via ftp login, then&lt;BR /&gt;place like following in /etc/ftpd/ftpusers.&lt;BR /&gt;&lt;BR /&gt;------------ example ---------------------&lt;BR /&gt;# cat /etc/ftpd/ftpusers&lt;BR /&gt;root&lt;BR /&gt;matt&lt;BR /&gt;------------ example ---------------------</description>
      <pubDate>Wed, 14 Sep 2005 03:39:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-and-ftpd/m-p/4925788#M408918</guid>
      <dc:creator>Matthew_50</dc:creator>
      <dc:date>2005-09-14T03:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: ftpaccess and ftpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-and-ftpd/m-p/4925789#M408919</link>
      <description>/etc/ftpd/ftpusers file useful when you want to control remote machine user login to local ftpd server.&lt;BR /&gt;&lt;BR /&gt;-- Plz look at ftpusers man page --&lt;BR /&gt;&lt;BR /&gt;      ftpd rejects remote logins to local user accounts that are named in /etc/ftpd/ftpusers.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you want to control ftp client access to users then you have to use script wrapper on ftp binary to use it.&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Wed, 14 Sep 2005 03:39:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-and-ftpd/m-p/4925789#M408919</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-09-14T03:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: ftpaccess and ftpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-and-ftpd/m-p/4925790#M408920</link>
      <description>Follow this link:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=842075" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=842075&lt;/A&gt;</description>
      <pubDate>Wed, 14 Sep 2005 03:42:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-and-ftpd/m-p/4925790#M408920</guid>
      <dc:creator>morganelan</dc:creator>
      <dc:date>2005-09-14T03:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: ftpaccess and ftpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-and-ftpd/m-p/4925791#M408921</link>
      <description>Hi,&lt;BR /&gt;Thanks all for the reply. I go with ftpusers, which is very easy without changing anything else.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;TT</description>
      <pubDate>Wed, 14 Sep 2005 06:52:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-and-ftpd/m-p/4925791#M408921</guid>
      <dc:creator>Thayanidhi</dc:creator>
      <dc:date>2005-09-14T06:52:58Z</dc:date>
    </item>
  </channel>
</rss>

