- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- login error ftp
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
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
Community
Resources
Forums
Blogs
- 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
11-06-2002 09:24 AM
11-06-2002 09:24 AM
login error ftp
the file inetd.sec is empty.
the error is:
frsd1:/etc# ftp 195.180.2.22
Connected to 195.180.2.22.
220 frsd1 FTP server (Version 1.1.214.8 Fri Apr 20 07:27:42 GMT 2001) ready.
Name (195.180.2.22:root): root
530 User root access denied...
Login failed.
Remote system type is UNIX.
Using binary mode to transfer files.
Thank you for help me
JRM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2002 09:29 AM
11-06-2002 09:29 AM
Re: login error ftp
stop using root for ftp.
Block root ftp access in the /etc/ftpaccess file.
Install Secure shell.
Use for root file transfers.
It is secure.
It encrypts passwords.
It is worth the longer time it takes to connect.
My guess is the remote system in your example has /etc/ftpaccess with root in it.
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.
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.
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.
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.
Steve
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2002 09:34 AM
11-06-2002 09:34 AM
Re: login error ftp
You should either use another user, or find an SSL version (ie: secure) of ftp (they are out there... look at the gnu stuff).
Good Luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2002 11:23 AM
11-06-2002 11:23 AM
Re: login error ftp
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2002 11:54 AM
11-07-2002 11:54 AM
Re: login error ftp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2002 12:30 PM
11-07-2002 12:30 PM
Re: login error ftp
i have handle a case today with the same error .
vi to /etc/shells
and add all your shell
( get all the shell that your users are working from the /etc/passwd ) .
check also what shell is your user root is working with