- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How can I use a certificate instead of login/passw...
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
11-19-2014 06:39 AM
11-19-2014 06:39 AM
How can I use a certificate instead of login/password to access HPUX V3 running on blades?
Hi!
auditors want to access blade servers using certificate (CAC) instead of login ID / password to the server.
Is there a way to accomplish this task where auditors can login to these servers using Certificate on their CAC (Common Access Card).
What kind of additional hardware and software will be required to achive login with Cert?
Please advice.
Thanks
- Tags:
- certificate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2014 12:27 PM - edited 11-20-2014 12:36 PM
11-20-2014 12:27 PM - edited 11-20-2014 12:36 PM
Re: How can I use a certificate instead of login/password to access HPUX V3 running on blades?
You can use ssh-keygen to create an SSH public and private certificate. Put the private key file in your /home/username/.ssh directory on your target system and put the public file in /home/username/.ssh on your source system(s). If you are using strict security you will have to get the permissions correct on the file and directory for it to work. .ssh directory should be 750 or less. The certificate file should be 440 or less. You may have to adjust it as you test.
Now you should be able to use ssh username@targetsystem and connect without password. If your systems subject to STIGS you may want to review them to make sure you're staying within compliance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2014 04:13 AM
11-21-2014 04:13 AM
Re: How can I use a certificate instead of login/password to access HP-UX 11.31 running on blades?
If you look at login(1) there is a mention of:
HP-UX Smart Card Login
But I'm not sure how that works?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2015 08:15 AM
04-16-2015 08:15 AM
Re: How can I use a certificate instead of login/password to access HP-UX 11.31 running on blades?
To use a smart card (ISO 7816) & digital certifications in the Linux world is relatively easy, because we have a middleware (PC/SC), universal drivers to USB interface, and a set tools called OpenSC to manage a smart card and crypto token.
But I don't know if the HP-UX has a native support for devices like this.
http://renatomartini.net
http://www.iti.gov.br
- Tags:
- OpenSC
- PCSC
- smart card