- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ftp user denied
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
01-30-2002 10:52 AM
01-30-2002 10:52 AM
ftp carelink
Connected to carelink.uhcolorado.edu.
220 carelink FTP server (Version 1.1.214.4 Mon Feb 15 08:48:46 GMT 1999) ready.
Name (carelink:root):
530 User root access denied...
Login failed.
Remote system type is UNIX.
Using binary mode to transfer files.
Where do I set ftp access to allow or disallow a user?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2002 10:58 AM
01-30-2002 10:58 AM
Re: ftp user denied
Try again but su to a different user name before you ftp.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2002 11:03 AM
01-30-2002 11:03 AM
Re: ftp user denied
root is normally put the /etc/ftpd/ftpusers file for sercurity reasons. This file list all users that are NOT allowed to ftp to the system.
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2002 11:12 AM
01-30-2002 11:12 AM
Re: ftp user denied
You can check two files in the system - /etc/ftpuser ( deny ftp for listed users) and /var/adm/inetd.sec ( allow /deny source system's IP address ). It's a security issue, if you enable ftp access to root.
Check this out for some more information:
http://us-support3.external.hp.com/cki/bin/doc.pl/sid=4d99f82e049e5d8175/screen=ckiDisplayDocument?docId=500000000092216
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2002 11:29 AM
01-30-2002 11:29 AM
Re: ftp user denied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2002 11:32 AM
01-30-2002 11:32 AM
Re: ftp user denied
This file contains a list of shells that are allowed on the system. If a shell is not defined in this, then it may not be allowed to ftp.
# cat /etc/shells
/sbin/sh
/bin/csh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2002 11:36 AM
01-30-2002 11:36 AM
Re: ftp user denied
# cat /etc/shells
/bin/ksh
/bin/sh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2002 12:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2002 12:17 PM
01-30-2002 12:17 PM
Re: ftp user denied
Thanks,
Mark