- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Secure FTP server
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-29-2000 12:16 PM
11-29-2000 12:16 PM
Secure FTP server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2000 12:32 PM
11-29-2000 12:32 PM
Re: Secure FTP server
First I set the inetd.conf to log everything and to access the ftpaccess file (ftpd stream ~ -l -a) and don't forget to set the netdaemons for this INETD_ARGS I think.
Then I set the /var/adm/inetd.sec to only allow ftp.
Then to get creative I created my users, changed the /etc/passwd file for each user to (chroot) to a sub directory: uid:*::::/home/user/subdir/./:/usr/bin/ksh
Under the users home directoru I created and copied
/home/user/usr/bin/ls from /sbin/ls
/home/usr/usr/bin/pwd from /usr/bin/pwd
Then I copied from /usr/newconfig/etc/ftpd/ftpaccess
to /etc/ftpd/ftpaccess and edited the file according to what I wanted done. Put them all into a sort of guest group with limited rights.
Basically, it's pretty much the same setup as what is mentioned in HP's Installing & Administering Internet Services configuration of an Anonymous FTP - except that I set my ftpaccess file to stop anonymous ftps and only allow actual logins...By doing the above it kept these outside vendors from playing around and limited them to their home directory and only their files. Hope I didn't miss anything, I did this once...awhile back.
regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2000 12:57 PM
11-29-2000 12:57 PM
Re: Secure FTP server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2000 01:47 PM
11-29-2000 01:47 PM
Re: Secure FTP server
If you are supplying them with the login/password, perhaps you can do the initial login and change their password before notifying them that their account is active.
Just a thought.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2000 02:41 PM
11-29-2000 02:41 PM