<?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 taking too long for login prompt in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ftp-taking-too-long-for-login-prompt/m-p/2692336#M89964</link>
    <description>Stuart I've already tried that and it's the same resort. Is there a way to tell ftp to use the regular way of authenticating since the other end doesn't support kerberos_v4? Thanks.</description>
    <pubDate>Thu, 28 Mar 2002 15:34:39 GMT</pubDate>
    <dc:creator>K.C. Chan</dc:creator>
    <dc:date>2002-03-28T15:34:39Z</dc:date>
    <item>
      <title>ftp taking too long for login prompt</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-taking-too-long-for-login-prompt/m-p/2692334#M89962</link>
      <description>Gurus I am trying to ftp to oscar.cdnow.com form my rehdat 7.x box, but I am having to wait for a very long time. I am guessing from the below message that it's to long because it's  trying to authenticate with kerberos failed, "ftp -vd oscar.cdnow.com&lt;BR /&gt;Connected to oscar.cdnow.com.&lt;BR /&gt;220 oscar.cdnow.com FTP server ready.&lt;BR /&gt;---&amp;gt; AUTH GSSAPI&lt;BR /&gt;530 Please login with USER and PASS.&lt;BR /&gt;---&amp;gt; AUTH KERBEROS_V4&lt;BR /&gt;530 Please login with USER and PASS.&lt;BR /&gt;KERBEROS_V4 rejected as an authentication type&lt;BR /&gt;Name (oscar.cdnow.com:guessxxx):"&lt;BR /&gt;&lt;BR /&gt;does any one have any ideas? Thanks.</description>
      <pubDate>Wed, 27 Mar 2002 23:00:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-taking-too-long-for-login-prompt/m-p/2692334#M89962</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2002-03-27T23:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: ftp taking too long for login prompt</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-taking-too-long-for-login-prompt/m-p/2692335#M89963</link>
      <description>I suppose you've already tried using:&lt;BR /&gt;&lt;BR /&gt;ftp -u oscar.cdnow.com&lt;BR /&gt;&lt;BR /&gt;?  According to the MAN page, it disables the auto-authentication negotiation.  It should speed the login up.</description>
      <pubDate>Thu, 28 Mar 2002 00:16:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-taking-too-long-for-login-prompt/m-p/2692335#M89963</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2002-03-28T00:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: ftp taking too long for login prompt</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-taking-too-long-for-login-prompt/m-p/2692336#M89964</link>
      <description>Stuart I've already tried that and it's the same resort. Is there a way to tell ftp to use the regular way of authenticating since the other end doesn't support kerberos_v4? Thanks.</description>
      <pubDate>Thu, 28 Mar 2002 15:34:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-taking-too-long-for-login-prompt/m-p/2692336#M89964</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2002-03-28T15:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: ftp taking too long for login prompt</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-taking-too-long-for-login-prompt/m-p/2692337#M89965</link>
      <description>[markf@redhat markf]$ ftp oscar.cdnow.com&lt;BR /&gt;Connected to oscar.cdnow.com.&lt;BR /&gt;220 oscar.cdnow.com FTP server ready.&lt;BR /&gt;530 Please login with USER and PASS.&lt;BR /&gt;530 Please login with USER and PASS.&lt;BR /&gt;KERBEROS_V4 rejected as an authentication type&lt;BR /&gt;Name (oscar.cdnow.com:markf): anonymous&lt;BR /&gt;331 Guest login ok, send your complete e-mail address as password.&lt;BR /&gt;Michael, follows the screen output from my casual attempt to login, first without any &lt;BR /&gt;arguements and then with the -u  ((note I have RH 7.2 -- I think you are using 7.1, no?)) &lt;BR /&gt;[markf@redhat markf]$ ftp oscar.cdnow.com&lt;BR /&gt;Connected to oscar.cdnow.com.&lt;BR /&gt;220 oscar.cdnow.com FTP server ready.&lt;BR /&gt;530 Please login with USER and PASS.&lt;BR /&gt;530 Please login with USER and PASS.&lt;BR /&gt;KERBEROS_V4 rejected as an authentication type&lt;BR /&gt;Name (oscar.cdnow.com:markf): anonymous&lt;BR /&gt;331 Guest login ok, send your complete e-mail address as password.&lt;BR /&gt;Password:&lt;BR /&gt;530 Login incorrect.&lt;BR /&gt;Login failed.&lt;BR /&gt;ftp&amp;gt; quit&lt;BR /&gt;221 Goodbye.&lt;BR /&gt;[markf@redhat markf]$ ftp -u oscar.cdnow.com&lt;BR /&gt;Connected to oscar.cdnow.com.&lt;BR /&gt;220 oscar.cdnow.com FTP server ready.&lt;BR /&gt;ftp&amp;gt; user&lt;BR /&gt;(username) anonymous&lt;BR /&gt;331 Guest login ok, send your complete e-mail address as password.&lt;BR /&gt;Password:&lt;BR /&gt;530 Login incorrect.&lt;BR /&gt;Login failed.&lt;BR /&gt;ftp&amp;gt; quit&lt;BR /&gt;221 Goodbye.&lt;BR /&gt;[markf@redhat markf]$&lt;BR /&gt;&lt;BR /&gt;Note after the ftp&amp;gt; prompt in the second session, I had to type in "user" to send my username. During the second session my box did not attempt Kerberos authentication (verified by re-running with ftp -uvd ....)&lt;BR /&gt;&lt;BR /&gt;Could you have been experiencing a transient routing problem?</description>
      <pubDate>Fri, 29 Mar 2002 02:40:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-taking-too-long-for-login-prompt/m-p/2692337#M89965</guid>
      <dc:creator>Mark Fenton</dc:creator>
      <dc:date>2002-03-29T02:40:53Z</dc:date>
    </item>
  </channel>
</rss>

