<?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: login error ftp in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/login-error-ftp/m-p/2840077#M90971</link>
    <description>Also make sure you have a /etc/shells file with the appropriats shells listed</description>
    <pubDate>Thu, 07 Nov 2002 19:54:04 GMT</pubDate>
    <dc:creator>Kim Kendall</dc:creator>
    <dc:date>2002-11-07T19:54:04Z</dc:date>
    <item>
      <title>login error ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-error-ftp/m-p/2840073#M90967</link>
      <description>I have a problem when i execute ftp with some users, for example root. For other, for example cdf the ftp is good.&lt;BR /&gt;&lt;BR /&gt;the file inetd.sec is empty.&lt;BR /&gt;&lt;BR /&gt;the error is:&lt;BR /&gt;frsd1:/etc# ftp 195.180.2.22&lt;BR /&gt;Connected to 195.180.2.22.&lt;BR /&gt;220 frsd1 FTP server (Version 1.1.214.8 Fri Apr 20 07:27:42 GMT 2001) ready.&lt;BR /&gt;Name (195.180.2.22:root): root&lt;BR /&gt;530 User root access denied...&lt;BR /&gt;Login failed.&lt;BR /&gt;Remote system type is UNIX.&lt;BR /&gt;Using binary mode to transfer files.&lt;BR /&gt;&lt;BR /&gt;Thank you for help me&lt;BR /&gt;JRM.</description>
      <pubDate>Wed, 06 Nov 2002 17:24:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-error-ftp/m-p/2840073#M90967</guid>
      <dc:creator>Jose Ramirez_6</dc:creator>
      <dc:date>2002-11-06T17:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: login error ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-error-ftp/m-p/2840074#M90968</link>
      <description>My advice.&lt;BR /&gt;stop using root for ftp.&lt;BR /&gt;Block root ftp access in the /etc/ftpaccess file.&lt;BR /&gt;&lt;BR /&gt;Install Secure shell.&lt;BR /&gt;&lt;BR /&gt;Use for root file transfers. &lt;BR /&gt;&lt;BR /&gt;It is secure.&lt;BR /&gt;&lt;BR /&gt;It encrypts passwords.&lt;BR /&gt;&lt;BR /&gt;It is worth the longer time it takes to connect.&lt;BR /&gt;&lt;BR /&gt;My guess is the remote system in your example has /etc/ftpaccess with root in it.&lt;BR /&gt;&lt;BR /&gt;In the Post 9-11 era nobody should assume their network is safe, especially if it has any Microsoft software on any node.  Therefore standard CERT and industry practice is to disable root ftp access.  telnet should probably be replaced and disabled as well, but I haven't gotten around to that.&lt;BR /&gt;&lt;BR /&gt;If you ever have a security audit as I have(since my employer is a frequent recipient of terrorist threats), you will get an embarassing, avoidable writeup on this issue.&lt;BR /&gt;&lt;BR /&gt;Lastly, consider installing Bastille.  It does a point an click question and answer security audit of your entire machine and can close down many security holes automagically.  It also lets you shut down antiquated daemons that are risky and hardly anyone uses, freeing up system resources.&lt;BR /&gt;&lt;BR /&gt;This message is probably not helpful, but if you listen to me, you will be happy and your bosses will appreciate it if there is ever a security breach.&lt;BR /&gt;&lt;BR /&gt;Steve&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Nov 2002 17:29:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-error-ftp/m-p/2840074#M90968</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2002-11-06T17:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: login error ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-error-ftp/m-p/2840075#M90969</link>
      <description>Root ftp access is normally turned off because ftp sends clear-text passwords accross the net, and could allow someone to gain your root password.&lt;BR /&gt;&lt;BR /&gt;You should either use another user, or find an SSL version (ie: secure) of ftp (they are out there... look at the gnu stuff).&lt;BR /&gt;&lt;BR /&gt;Good Luck!&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Nov 2002 17:34:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-error-ftp/m-p/2840075#M90969</guid>
      <dc:creator>Vincent Fleming</dc:creator>
      <dc:date>2002-11-06T17:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: login error ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-error-ftp/m-p/2840076#M90970</link>
      <description>Check the file /etc/ftpd/ftpusers That must be having root in it. Try "man ftpusers" that will give you more info.&lt;BR /&gt;As others pointed This is not recommended for ftp access to be granted for root. You have to do it at ur own discretion. But I would strongly discourage it.</description>
      <pubDate>Wed, 06 Nov 2002 19:23:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-error-ftp/m-p/2840076#M90970</guid>
      <dc:creator>Govind</dc:creator>
      <dc:date>2002-11-06T19:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: login error ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-error-ftp/m-p/2840077#M90971</link>
      <description>Also make sure you have a /etc/shells file with the appropriats shells listed</description>
      <pubDate>Thu, 07 Nov 2002 19:54:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-error-ftp/m-p/2840077#M90971</guid>
      <dc:creator>Kim Kendall</dc:creator>
      <dc:date>2002-11-07T19:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: login error ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-error-ftp/m-p/2840078#M90972</link>
      <description>hi jose &lt;BR /&gt;&lt;BR /&gt;i have handle a case today with the same error .&lt;BR /&gt;&lt;BR /&gt;vi to /etc/shells &lt;BR /&gt;and add all your shell &lt;BR /&gt;( get all the shell that your users are working from the /etc/passwd ) .&lt;BR /&gt;&lt;BR /&gt;check also what shell is your user root is working with</description>
      <pubDate>Thu, 07 Nov 2002 20:30:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-error-ftp/m-p/2840078#M90972</guid>
      <dc:creator>eran maor</dc:creator>
      <dc:date>2002-11-07T20:30:48Z</dc:date>
    </item>
  </channel>
</rss>

