- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Restricting FTp access for selected user
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-04-2005 08:59 PM
01-04-2005 08:59 PM
I have HP server with UX 11i ver1 OS.
For a particular user, I want to allow only his home directory access. I have used rsh for that user.
Is there any other way?
How can I restrict /eby ftp access for this user?
Can someone help?
Thanks and regards,
Sandeep
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2005 09:07 PM
01-04-2005 09:07 PM
Re: Restricting FTp access for selected user
For other ristriction you can use file level permissio or assign his ristricted shell
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2005 09:14 PM
01-04-2005 09:14 PM
Re: Restricting FTp access for selected user
set up Guest FTP which will chroot to the user's home directory.
regards,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2005 09:28 PM
01-04-2005 09:28 PM
SolutionSetup a file named ftpusers in /etc/ftpd.
Here an extract from the manpage.
Userid's in this file will not be allowed to use ftp.
Rgds
Alexander M. Ermes
NAME
ftpusers - security file for ftpd(1M)
DESCRIPTION
ftpd rejects remote logins to local user accounts that are named in
/etc/ftpd/ftpusers. Each restricted account name must appear alone on
a line in the file. The line cannot contain any white space. User
accounts that specify a restricted login shell in /etc/passwd should
be listed in /etc/ftpd/ftpusers because ftpd accesses local accounts
without using their login shells. UUCP accounts should be listed in
/etc/ftpd/ftpusers. If /etc/ftpd/ftpusers does not exist, ftpd skips
the security check.
EXAMPLES
Given an /etc/ftpd/ftpusers file containing the following:
Only lines that exactly match user account names are
significant. Blank lines are harmless because they
do not match any account names. However you must be
careful.
uucp
guest
ftpd would reject login attempts using the local accounts careful.,
uucp, or guest.
AUTHOR
ftpusers was developed by the University of California, Berkeley and
the Washington University, St. Louis, Missouri.
SEE ALSO
ftp(1), ftpd(1M).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2005 10:57 PM
01-04-2005 10:57 PM
Re: Restricting FTp access for selected user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2005 11:18 PM
01-04-2005 11:18 PM
Re: Restricting FTp access for selected user
Thierry is right you must "chrooting" in ftp conf file
rgds Jan