- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ftp account only needs ftp access -- No interacti...
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
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
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
тАО10-09-2002 05:55 AM
тАО10-09-2002 05:55 AM
Thanks!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-09-2002 05:56 AM
тАО10-09-2002 05:56 AM
Re: ftp account only needs ftp access -- No interactive login. Do I just use /bin/false as the shell?
Don't forget to add "/bin/false" to /etc/shells or ftp access won't work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-09-2002 05:57 AM
тАО10-09-2002 05:57 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-09-2002 05:58 AM
тАО10-09-2002 05:58 AM
Re: ftp account only needs ftp access -- No interactive login. Do I just use /bin/false as the shell?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-09-2002 06:01 AM
тАО10-09-2002 06:01 AM
Re: ftp account only needs ftp access -- No interactive login. Do I just use /bin/false as the shell?
If /etc/shells doesn't exist, you will need to create it and add into any of the shells that use ftp, including /bin/false
Regards,
Hilary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-09-2002 06:02 AM
тАО10-09-2002 06:02 AM
Re: ftp account only needs ftp access -- No interactive login. Do I just use /bin/false as the shell?
A User in ftp can still cause damage to the system by downloading, modyfing and uploading files.
But you never heard that from me.
Share and Enjoy! Ian Dennison
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-09-2002 06:03 AM
тАО10-09-2002 06:03 AM
Re: ftp account only needs ftp access -- No interactive login. Do I just use /bin/false as the shell?
I guess I would be quick to say yes, but in addition to giving the user a bogus shell, is it also your intention to keep the user in a certain directory (chroot jail) and not be able to move around in filesystems on your server?
Mike Elleby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-09-2002 06:08 AM
тАО10-09-2002 06:08 AM
Re: ftp account only needs ftp access -- No interactive login. Do I just use /bin/false as the shell?
I.E. my /etc/shells looks like this...
/sbin/sh
/bin/sh
/usr/bin/sh
/bin/csh
/usr/bin/csh
/bin/ksh/
/usr/bin/ksh
/usr/bin/false
Note: IBM and Solaris make ID's with shells in /bin, and not like HP in /usr/bin. Adding these shells by default makes for less problems/debugging later in a mixed environment.
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-09-2002 06:24 AM
тАО10-09-2002 06:24 AM