- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- FTP Login lockdown?
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
10-19-2000 08:08 AM
10-19-2000 08:08 AM
Any help with this is greatly appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2000 08:41 AM
10-19-2000 08:41 AM
Re: FTP Login lockdown?
rsh Restricted version of the POSIX or Bourne shell command
interpreter. Sets up a login name and execution
environment whose capabilities are more controlled
(restricted) than normal user shells.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2000 08:49 AM
10-19-2000 08:49 AM
Re: FTP Login lockdown?
Consider ftp security here too:
Setup restricted accoutns in /etc/ftpusers (see: man 4 ftpusers).
Setup /var/adm/inetd.sec hosts and IPAddresses to allow or deny access as you see fit. (see: man 4 inetd.sec).
See also this thread on 'wu-ftpd' in HP 11.x.
http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0x47f06c96588ad4118fef0090279cd0f9,00.html
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2000 09:15 AM
10-19-2000 09:15 AM
Re: FTP Login lockdown?
I would offer that this document, in addition to my previous post, will help you further: Document #A5651654.
By following the procedure in this document, a user will not have the ability to travel anywhere outsideof his home directory on the system. Setting up a bogus shell with exit 0 as the contents will cause the connection
of a user to be immediately terminated if the user attempts to telnet into the system.
Does this help you any better?
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2000 09:26 AM
10-19-2000 09:26 AM
Re: FTP Login lockdown?
Would it not be better for you to fetch it from your Customer's site (and have him worry about security)? I find its more acceptable to fetch than to have someone poking around your server! my $0.02
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2000 09:34 AM
10-19-2000 09:34 AM
Re: FTP Login lockdown?
Kofi makes a great point! I too feel the same as he does!!!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2000 09:39 AM
10-19-2000 09:39 AM
Re: FTP Login lockdown?
in fact I use the for such case:
an account on driveway
http://www.driveway.com/
Where I deposit the file and share it with who has to pick it up...
HAve a look at the site, its free
Yours
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2000 04:28 PM
10-19-2000 04:28 PM
Re: FTP Login lockdown?
Sorry, in looking at my post I neglected to state that I'm running 10.20 on a K460. I don't think the ftpaccess solution is available to me on the 10.20 platform...is it? (If so, where?)
Thanks for your continued help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2000 05:42 PM
10-19-2000 05:42 PM
SolutionI thought I remembered something; searched this forum and found the thread below. Pay particular note to Brian Fisher's comments. It appears that what you want will work on 10.20.
http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0x715168c57f64d4118fee0090279cd0f9,00.html
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2000 01:04 PM
10-20-2000 01:04 PM
Re: FTP Login lockdown?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2000 08:33 PM
10-21-2000 08:33 PM
Re: FTP Login lockdown?
Pls try the following set-up
1> Create a new dummy account
2> Give /bin/false as a shell to this account
This avoids a risk of thst dummy user getting a shell in your environment.
3> Next is set-up /etc/ftpusers. Add all your users in this file, except the dummy ID that you have created.
4> Set up /etc/shells file. Put only one line in this file as /bin/false. No other line should be in this file. This adds up to the security of your system.
Pls revert if any problem. And do ot forget to award points.
Regds.....
Suhas