- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Bastille - blank passwords
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-28-2007 05:19 AM
08-28-2007 05:19 AM
Bastille - blank passwords
However the application on this server will still be able to need to use telnet and ftp. Not a problem here, set that up in the config file. Now, the application also requires the use of some "blank" user account passwords, and apparently bastille can not handle this (imagine that, it IS after all a security HARDENING tool - duh). Any ideas how I may still allow users with blank passwords and run bastille? ssh is not an option, application does not support it.
Thanks in advance, Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2007 05:57 AM
08-28-2007 05:57 AM
Re: Bastille - blank passwords
No, but you could use sftp and ssh part of openssh(HP calls it secure shell, free on http://software.hp.com) and set up password free login by exchanging public keys. Even windows users can be set up to connect without a password.
ssh-keygen -t dsa
take the id_dsa.pub file to the target server and cat it's contents to a file in .ssh folder called authorized_keys (append).
If you have already run bastille on the system, after of course putting content in those blank passwords you will have no problem with default permissions.
Secure, no password per say and makes management very, very happy.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2007 02:40 PM
08-28-2007 02:40 PM
Re: Bastille - blank passwords
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2007 03:39 AM
08-29-2007 03:39 AM
Re: Bastille - blank passwords
More generally, you can "run" Bastille without making ANY changes to the system. Simply answer "No" to all the questions. So, any particular change you don't like can be avoided, and the trick is to find out which question is related to your application.
I'm still not sure why an application would need blank passwords, so it is probably not covered in the Bastille question (I wrote many of them, and didn't anticipate this).
So, here's where I start conjecturing.
#1. You are running on 11.11 (or 11.00)
#2. The way you answered the Account Security questions required trusted mode on 11.11/11.00. There are several features which require trusted mode on 11.11, fewer on 11.23, and even fewer on 11.31. I can't remember all the details of the different interactions...that's why you want to use Bastille to figure this out for you.
#3. Trusted mode, the way it is configured by default, does not allow you to set a blank password. (note that in some cases, you can have a blank password if it exists before you convert, but again we're getting complicated)
So, I would start by answering most of the Account Security questions "No" during the initial hardening process, and see if your applications work then. Next, I would look into fixing the application to work differently. In the meantime, there are still some Bastille questions that help prevent local user exploits so even if a single account is wide open, your risks are slightly reduced.
Hope that helps.
-Keith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2007 04:27 AM
08-29-2007 04:27 AM
Re: Bastille - blank passwords
While Keith is correct from a technical standpoint as to what Bastille does, I still think that at some point we have to be very careful when we start accepting oxymorons as "okay," especially in security. After all, who is going to get blamed if there is a security-problem, or the auditors "uncover" this?
Making a general-purpose account available to anyone that can contact the server is a very high risk. I agree with Bill on this point, and would encourage Steven's approach.
If Steven's approach won't work, you might also consider a /bin/false login shell, and a chrooted ftp to at least control what files the account can read and write.
That said, I sympathize a lot with your position. Competing "must" requirements often create strangeness if we're not careful. I wish you the best of luck, and don't envy you one bit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2007 05:24 AM
08-29-2007 05:24 AM
Re: Bastille - blank passwords
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2007 05:37 AM
08-29-2007 05:37 AM
Re: Bastille - blank passwords
One last attempt:
1) I'm surprised that the DB folks can use a blank password... can you push back?
2) Failing that, can you characterize the needed commands and create restricted / chrooted shell accounts that at least limit the account to those specific commands / files that the DB needs?
-Robert