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
08-10-2000 09:33 AM
08-10-2000 09:33 AM
PROBLEM: I have a user, who has an FTP ONLY ID. It is setup where the user MUST type a password, and does not have the ability to telnet, shell, etc because of his shell being /usr/bin/true. (No lectures about it not being /usr/bin/false please).
This user likes to wander the system, and copy anything they can get. It is a problem, but for political reasons, I have to keep their FTP ID.
How can I keep this #$%^&* from changing out of their home directory, and still be able to ftp into the box.
NOTE: Restricted shell will give them the ability to telnet, and more access than I want them to have. So what can I do??????
Thanks in advance!
Shannon Petry
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2000 09:44 AM
08-10-2000 09:44 AM
Re: ftpd
or install patch PHNE_20714 for 11.0
It provides comprehensive logging and message facilities, together with improved access and activity control mechanisms.
Brian
<*(((>< er
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2000 10:00 AM
08-10-2000 10:00 AM
Re: ftpd
Is what I would like possible?
Or is running httpd for ftpd and cgi'ng the users my only hope?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2000 10:19 AM
08-10-2000 10:19 AM
Re: ftpd
vipw
on this persons' line change it so it says:
user:uid:gid....../home/nogoodbumb/./usr/bin/ksh
It's quick...it's easy......but a thought.
If you only have ftp rights here..you may need to add a directory /usr under his home directory and then copy into this directory /usr/sbin/pwd and /sbin/ls. Grant ownership to these to 'him'. That way this wonderful employee will have the ability to enter the command ls & pwd....which aside from get and put; I gather is all you want this little ray of sunshine to have....
Hope it helps,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2000 10:51 AM
08-10-2000 10:51 AM
SolutionDescribes the basics of setting up your FTP server for guest accounts. That is, to allow real Unix users to log in, but jail them in a chroot'd area.
http://www.wu-ftpd.org/HOWTO/guest.HOWTO
Brian
<*(((>< er
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2000 11:32 AM
08-10-2000 11:32 AM
Re: ftpd
Thanks, cuz that will jail em :)
I tested adding the / to the end of the home directory, as well as /. and /./ but none work to keep the user from cd'ing anywhere.
Maybe I did it wrong, but I have:
butthead:yuck:131313:666:dumb,stinky,,:/home/butthead/:/usr/bin/true
The guest should do it!
Thanks a bunch!