- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: FTP access only.
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
04-02-2001 12:17 PM
04-02-2001 12:17 PM
FTP access only.
T.I.A.
Greg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2001 01:23 PM
04-02-2001 01:23 PM
Re: FTP access only.
Make the user's shell /bin/false
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2001 05:14 PM
04-02-2001 05:14 PM
Re: FTP access only.
I guess Chris really mean /etc/passwd instead of /etc/shells. Chris, am I right on this?
~Philip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2001 05:46 PM
04-02-2001 05:46 PM
Re: FTP access only.
One easy method is goto sam -> networking and communication -> network service
enable anonymous FTP then you will have
Anon FTP Deposit Enabled Public account file deposit directory ^
| Anon FTP Retrieval Enabled Public account file retrieval directory
| Bootp Disabled Boot Protocol Server
then you can disable FTP retrieval and lot od choice.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2001 05:58 PM
04-02-2001 05:58 PM
Re: FTP access only.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2001 10:27 PM
04-02-2001 10:27 PM
Re: FTP access only.
Insert in the user .profile an "exit" command
.This way the user will be able to do ftp but not login.
Federico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2001 12:23 AM
04-03-2001 12:23 AM
Re: FTP access only.
I would prefer the /bin/false option, or even better a link to /bin/false (e.g. /bin/onlyFTP) so that users who already have /bin/false as login shell don't get FTP access.
Adding an exit-command in their .profile or .login is not recommended however: as FTP access is granted they are able to FTP another .profile or .login!
regards,
Thierry Poels.