- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Centralize ssh keys - is Radius server the ans...
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
05-19-2008 08:11 AM
05-19-2008 08:11 AM
I want to centralize my ssh keys, so that I don't have so much work to do to keep up with the user key administration. Is a Redius server the answer? Recommendations of which one and where to get?
Many thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2008 09:05 AM
05-19-2008 09:05 AM
SolutionI find it sufficient to have a central "master" server and distribute its ssh keys to all other servers, thereby permitting access.
This can be maintained by a simple script.
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
05-19-2008 09:17 AM
05-19-2008 09:17 AM
Re: Centralize ssh keys - is Radius server the answer?
Thanks for your reply. I'm looking for a better solution b/c your solution would require me to slosh keys around server to server using a root login - which I'm supposed to try and get away from.
Would a radius server a possible good answer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2008 02:25 PM
05-19-2008 02:25 PM
Re: Centralize ssh keys - is Radius server the answer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2008 04:17 PM
05-19-2008 04:17 PM
Re: Centralize ssh keys - is Radius server the answer?
Is password authentication disabled in your environment? Any other special restrictions? (If the users can use passwords and don't have any special restrictions on their accounts, they generally can set up their keys on their own.)
You obviously have some X number of machines, and your users might be ssh'ing into them and/or between them some combinations, right? Is it any-to-any or something more limited?
Are your users smart enough to use a SSH agent? Could you (as regards security requirements) allow the use of SSH agent forwarding in between your hosts?
Are your users SSHing in from a) machines you control, b) machines centrally controlled by someone else (e.g. domain-connected Windows PCs), c) some non-centrally maintained environment?
You obviously don't have centralized user home directories (on NFS or otherwise), else your problem would tend to solve itself.
MK