- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- ftp taking too long for login prompt
Operating System - Linux
1820076
Members
3200
Online
109608
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-27-2002 03:00 PM
тАО03-27-2002 03:00 PM
ftp taking too long for login prompt
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
Connected to oscar.cdnow.com.
220 oscar.cdnow.com FTP server ready.
---> AUTH GSSAPI
530 Please login with USER and PASS.
---> AUTH KERBEROS_V4
530 Please login with USER and PASS.
KERBEROS_V4 rejected as an authentication type
Name (oscar.cdnow.com:guessxxx):"
does any one have any ideas? Thanks.
Connected to oscar.cdnow.com.
220 oscar.cdnow.com FTP server ready.
---> AUTH GSSAPI
530 Please login with USER and PASS.
---> AUTH KERBEROS_V4
530 Please login with USER and PASS.
KERBEROS_V4 rejected as an authentication type
Name (oscar.cdnow.com:guessxxx):"
does any one have any ideas? Thanks.
Reputation of a thousand years can be determined by the conduct of an hour
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-27-2002 04:16 PM
тАО03-27-2002 04:16 PM
Re: ftp taking too long for login prompt
I suppose you've already tried using:
ftp -u oscar.cdnow.com
? According to the MAN page, it disables the auto-authentication negotiation. It should speed the login up.
ftp -u oscar.cdnow.com
? According to the MAN page, it disables the auto-authentication negotiation. It should speed the login up.
One long-haired git at your service...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-28-2002 07:34 AM
тАО03-28-2002 07:34 AM
Re: ftp taking too long for login prompt
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.
Reputation of a thousand years can be determined by the conduct of an hour
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-28-2002 06:40 PM
тАО03-28-2002 06:40 PM
Re: ftp taking too long for login prompt
[markf@redhat markf]$ ftp oscar.cdnow.com
Connected to oscar.cdnow.com.
220 oscar.cdnow.com FTP server ready.
530 Please login with USER and PASS.
530 Please login with USER and PASS.
KERBEROS_V4 rejected as an authentication type
Name (oscar.cdnow.com:markf): anonymous
331 Guest login ok, send your complete e-mail address as password.
Michael, follows the screen output from my casual attempt to login, first without any
arguements and then with the -u ((note I have RH 7.2 -- I think you are using 7.1, no?))
[markf@redhat markf]$ ftp oscar.cdnow.com
Connected to oscar.cdnow.com.
220 oscar.cdnow.com FTP server ready.
530 Please login with USER and PASS.
530 Please login with USER and PASS.
KERBEROS_V4 rejected as an authentication type
Name (oscar.cdnow.com:markf): anonymous
331 Guest login ok, send your complete e-mail address as password.
Password:
530 Login incorrect.
Login failed.
ftp> quit
221 Goodbye.
[markf@redhat markf]$ ftp -u oscar.cdnow.com
Connected to oscar.cdnow.com.
220 oscar.cdnow.com FTP server ready.
ftp> user
(username) anonymous
331 Guest login ok, send your complete e-mail address as password.
Password:
530 Login incorrect.
Login failed.
ftp> quit
221 Goodbye.
[markf@redhat markf]$
Note after the ftp> 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 ....)
Could you have been experiencing a transient routing problem?
Connected to oscar.cdnow.com.
220 oscar.cdnow.com FTP server ready.
530 Please login with USER and PASS.
530 Please login with USER and PASS.
KERBEROS_V4 rejected as an authentication type
Name (oscar.cdnow.com:markf): anonymous
331 Guest login ok, send your complete e-mail address as password.
Michael, follows the screen output from my casual attempt to login, first without any
arguements and then with the -u ((note I have RH 7.2 -- I think you are using 7.1, no?))
[markf@redhat markf]$ ftp oscar.cdnow.com
Connected to oscar.cdnow.com.
220 oscar.cdnow.com FTP server ready.
530 Please login with USER and PASS.
530 Please login with USER and PASS.
KERBEROS_V4 rejected as an authentication type
Name (oscar.cdnow.com:markf): anonymous
331 Guest login ok, send your complete e-mail address as password.
Password:
530 Login incorrect.
Login failed.
ftp> quit
221 Goodbye.
[markf@redhat markf]$ ftp -u oscar.cdnow.com
Connected to oscar.cdnow.com.
220 oscar.cdnow.com FTP server ready.
ftp> user
(username) anonymous
331 Guest login ok, send your complete e-mail address as password.
Password:
530 Login incorrect.
Login failed.
ftp> quit
221 Goodbye.
[markf@redhat markf]$
Note after the ftp> 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 ....)
Could you have been experiencing a transient routing problem?
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP