- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: FTP login Refused
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-17-2000 01:41 AM
11-17-2000 01:41 AM
We have L1000 Server with HP-UX 11.00.
We are not able to establish connection with ftp even as root. when "ftp servername" is typed, it asks for username (root) and after that asks for password. When we type the password, it says access denied. (we tried it for different user also)
In syslog file there was an entry saying
"ftp login refused (bad shell)"
Please provide us what will be wrong.
Thanks and regards
V.Selvaraj
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2000 02:04 AM
11-17-2000 02:04 AM
Re: FTP login Refused
Regards,
Jesus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2000 02:23 AM
11-17-2000 02:23 AM
Re: FTP login Refused
ftpd[9786]: FTP LOGIN REFUSED (bad shell)...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2000 02:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2000 02:27 AM
11-17-2000 02:27 AM
Re: FTP login Refused
ftp:*:500:10:anonymous ftp:/home/ftp:/usr/bin/false.
Also check /var/adm/inetd.sec file to see if there is access deny for ftp users ip addresses.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2000 02:55 AM
11-17-2000 02:55 AM
Re: FTP login Refused
/etc/ftpusers in 10.x or /etc/ftpd/ftpusers in 11.x control ftp remote logins to local user accounts. Lines in the file should represent the account names for which you do NOT want to grant access. It would appear that you have included (erroneously) a line with "root". If you do not want to restrict any accounts, you may simply remove the file entirely. See "man (4) ftpusers" for more information.
...JRF...
...JRF...