- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- FTP access restrictions HELP!! (Please)
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
03-20-2001 09:33 AM
03-20-2001 09:33 AM
I'm having another slight dilemna with FTP access and in particular user permissions.
I am trying to restrict users from being able to wander through a development server, although they can see files but not get or change them, - so far without sucess.
I have removed the FTPD umask which helped a bit, but wondered if there was any other way of tying down the server.
Any help or comments appreciated!!!!
-ChaZ-
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2001 10:21 AM
03-20-2001 10:21 AM
Re: FTP access restrictions HELP!! (Please)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2001 10:36 AM
03-20-2001 10:36 AM
Solutionuser:passwd:uid:gid:UserName:/home/user/./:/bin/ksh
Others may know a better way, for me it worked,
/rcw
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2001 11:31 AM
03-20-2001 11:31 AM
Re: FTP access restrictions HELP!! (Please)
This may give you some help/pointers....
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2001 03:02 PM
03-20-2001 03:02 PM
Re: FTP access restrictions HELP!! (Please)
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2001 02:44 AM
03-21-2001 02:44 AM
Re: FTP access restrictions HELP!! (Please)
Again, thanks for the comments they are greatly appreciated!!!
-ChaZ-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2001 03:11 AM
03-21-2001 03:11 AM
Re: FTP access restrictions HELP!! (Please)
For security reasons, I usually recommend you build your own and disable the site_exec feature which I am pretty sure is built into the distro from the porting center.
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2001 07:50 AM
03-21-2001 07:50 AM
Re: FTP access restrictions HELP!! (Please)
Here's a samplefrom my conf file.
I set the user's root to /xfer/cusd46
require them to use their standard unix passwd
Just put allow for the permissions you want and deny for the ones you dont.
You can branch it off and do sub directorys as well. There's an example in here.
User xcusd46
Group users
AnonRequirePassword on
AllowAll
DenyAll
AllowAll
DenyAll
Hope this helps
Brian