![]() |
SSH Global Key?
Hey,
Just wondering whether it would be possible to generate a DSA public/private keyset on one machine, and use that as the key on a number of subsequent machines. Ie: effectively only use one public/private ssh key on a network. Have any of you tried this before? :confused: Thanks for your time :) |
Sure, but why would you want to do that? If one machine got comprimised you wouldn't be able to revoke the keys without hosing your login ability to the other machines? That would be an especially bad idea if you used it for multiple different users, especially root.
|
The main reason I want to do it is because i've been told to do it... :rolleyes:
But that aside, its for a small cluster that isnt connected to any outside network, so security shouldnt be too much of an issue. I've already got a few scripts written up that can reset and recreate the authorized_keys file and known_hosts, but the concern is that as the number of nodes in our cluster grows, setting up will become more and more of a hassle, what with having to enter passwords 50 times. |
Re: SSH Global Key?
Quote:
Code:
alias doc="ssh -i /home/stephen/.ssh/nopw stephen@192.168.0.2" |
| All times are GMT -5. The time now is 03:27 AM. |