<?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 issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue/m-p/3049551#M574822</link>
    <description>Add root to the /etc/ftpd/ftpusers file.&lt;BR /&gt;&lt;BR /&gt;If root is in that file, root can not ftp to that server.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Tim</description>
    <pubDate>Fri, 15 Aug 2003 07:58:34 GMT</pubDate>
    <dc:creator>Tim Adamson_1</dc:creator>
    <dc:date>2003-08-15T07:58:34Z</dc:date>
    <item>
      <title>ftp issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue/m-p/3049547#M574818</link>
      <description>How i can disable  ftp access of root ,and others account can ftp libertily ?</description>
      <pubDate>Fri, 15 Aug 2003 02:43:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue/m-p/3049547#M574818</guid>
      <dc:creator>常有慈悲心</dc:creator>
      <dc:date>2003-08-15T02:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: ftp issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue/m-p/3049548#M574819</link>
      <description>On a secure system, these users should be inserted into the /etc/ftpd/ftpusers file. Remove 'root' entry to disable root to use ftp: &lt;BR /&gt;&lt;BR /&gt;# cat /etc/ftpd/ftpusers &lt;BR /&gt;operator &lt;BR /&gt;root  (remove it)&lt;BR /&gt;daemon &lt;BR /&gt;bin &lt;BR /&gt;sys &lt;BR /&gt;adm &lt;BR /&gt;uucp &lt;BR /&gt;lp &lt;BR /&gt;nuucp &lt;BR /&gt;hpdb &lt;BR /&gt;www &lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;If your /etc/ftpd/ftpusers is blank, insert the other users into it.</description>
      <pubDate>Fri, 15 Aug 2003 02:55:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue/m-p/3049548#M574819</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-08-15T02:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: ftp issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue/m-p/3049549#M574820</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Put root entry in&lt;BR /&gt;/etc/ftpd/ftpusers file.&lt;BR /&gt;&lt;BR /&gt;Any login name listed in ftpusers is DISABLED from using ftp.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con</description>
      <pubDate>Fri, 15 Aug 2003 02:58:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue/m-p/3049549#M574820</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2003-08-15T02:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: ftp issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue/m-p/3049550#M574821</link>
      <description>You may find additional useful ftp information on the man pages.&lt;BR /&gt;&lt;BR /&gt;Just type :-&lt;BR /&gt;&lt;BR /&gt;man ftpusers&lt;BR /&gt;&lt;BR /&gt;man ftpaccess&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Keith</description>
      <pubDate>Fri, 15 Aug 2003 07:36:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue/m-p/3049550#M574821</guid>
      <dc:creator>Keith Bevan_1</dc:creator>
      <dc:date>2003-08-15T07:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: ftp issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue/m-p/3049551#M574822</link>
      <description>Add root to the /etc/ftpd/ftpusers file.&lt;BR /&gt;&lt;BR /&gt;If root is in that file, root can not ftp to that server.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Fri, 15 Aug 2003 07:58:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue/m-p/3049551#M574822</guid>
      <dc:creator>Tim Adamson_1</dc:creator>
      <dc:date>2003-08-15T07:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: ftp issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue/m-p/3049552#M574823</link>
      <description>If you want prevent root user to ftp to your system than create a file /etc/shells.&lt;BR /&gt;&lt;BR /&gt;put in all shells which are used from users.&lt;BR /&gt;&lt;BR /&gt;ie.&lt;BR /&gt;&lt;BR /&gt;# cat /etc/shells&lt;BR /&gt;/usr/bin/ksh&lt;BR /&gt;/usr/bin/sh&lt;BR /&gt;/usr/bin/csh&lt;BR /&gt;/usr/bin/tcsh&lt;BR /&gt;/usr/local/bin/bash&lt;BR /&gt;&lt;BR /&gt;All these users, who are using these shells are able to do ftp to your system. the root user has always /sbin/sh shell. This shell is missing in /etc/shells in my example so root can not ftp to your system.&lt;BR /&gt;&lt;BR /&gt;If you have more than one root accounts (in some admin areas configured) like this:&lt;BR /&gt;&lt;BR /&gt;root:XXXXXXXXXXX:0:3::/:/sbin/sh&lt;BR /&gt;RolandH:XXXXXXXXXXX:0:3::/:/sbin/sh&lt;BR /&gt;&lt;BR /&gt;Then the account RolandH is not able to do ftp to your system, too. You must not add these user to /etc/ftpd/ftpusers.&lt;BR /&gt;/etc/shells must have only read rights and shoul belong to root:sys . All others are free to use ftp to this system.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Roland&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Aug 2003 10:38:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue/m-p/3049552#M574823</guid>
      <dc:creator>RolandH</dc:creator>
      <dc:date>2003-08-15T10:38:58Z</dc:date>
    </item>
  </channel>
</rss>

