- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SSH Only on a Trusted System...
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
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
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
тАО02-25-2003 01:51 PM
тАО02-25-2003 01:51 PM
Jeff
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-25-2003 01:59 PM
тАО02-25-2003 01:59 PM
Re: SSH Only on a Trusted System...
Unfortunately SSH cannot handle expired passwords. There is a missing link between ssh and the PAM modules.
However HP's secure shell based on openssh code can handle expired passwords. Install it if you can afford
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=T1471AA
There may be a patch available for this problem on openssh.org site. But it means recompiling the executables.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-25-2003 02:00 PM
тАО02-25-2003 02:00 PM
Re: SSH Only on a Trusted System...
take a look at next link
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x47b87680e012d71190050090279cd0f9,00.html
Hope it helps,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-25-2003 02:37 PM
тАО02-25-2003 02:37 PM
Re: SSH Only on a Trusted System...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-25-2003 03:01 PM
тАО02-25-2003 03:01 PM
Re: SSH Only on a Trusted System...
No you do not need to. You will probably have to install libpam patches. For 11i, it will be
PHCO_24839 or later.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-25-2003 06:29 PM
тАО02-25-2003 06:29 PM
SolutionI found this document on GIAC (SANS) Unix system hardening.
This was an exam entry that was tested and excepted by SANS.
Hope it helps. Sorry about you not being able to get back in your system. I know the feeling. ;~(
Donny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-26-2003 05:44 AM
тАО02-26-2003 05:44 AM
Re: SSH Only on a Trusted System...
After installing T1471AA, the old sshd may still be running. You will need to stop that sshd and start the new one. Usually with versions of secure shell, this can be done with
kill -HUP
on the sshd process. Since I don't know what version you had before...no guarantees that the new version will autostart.
The usual cause of the error you are seeing is that sshd wasn't compiled with the correct compile options (having to do with PAM). The version from HP was compiled correctly in this regard, and I have seen it correctly prompt for passwords.
Also, if you're interested, you should check out HP-UX Bastille. It will walk you through the steps of creating a Bastion host, (possibly including steps you missed) and when it converts to trusted mode, it won't immediately expire all your passwords :)
Hope that helps.
-Keith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-26-2003 06:51 AM
тАО02-26-2003 06:51 AM
Re: SSH Only on a Trusted System...
BTW - this server has been rebooted several times after the tsconvert. I doubt that the old SSH is running anymore =)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-26-2003 08:29 AM
тАО02-26-2003 08:29 AM
Re: SSH Only on a Trusted System...
If possible, can you run sshd in debug mode and try connecting to it with an expired user and post the output?. (Run it with sshd -d flag on the server). During the debug mode, users will not be able to connect to the server while the existing connections will keep working.
Also you should be seeing some PAM errors in the syslog.log.
-Sri