LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   General practice for scripts that update networks (https://www.linuxquestions.org/questions/linux-networking-3/general-practice-for-scripts-that-update-networks-4175566185/)

iFunction 01-21-2016 06:01 AM

General practice for scripts that update networks
 
Hi there,

So far with this network I am building, I have been using ssh keys for authentication when using a script that communicates with multiple computers. However, I have just been reading quite a few posts saying that it is risky to share private keys with multiple computers. So how are commands usually issued from a server to all other computers on a network for example doing updates?

kind regards
iFunc

JJJCR 01-21-2016 11:43 PM

Quote:

Originally Posted by iFunction (Post 5483551)
Hi there,

So far with this network I am building, I have been using ssh keys for authentication when using a script that communicates with multiple computers. However, I have just been reading quite a few posts saying that it is risky to share private keys with multiple computers. So how are commands usually issued from a server to all other computers on a network for example doing updates?

kind regards
iFunc

No plans to use software such as Nagios, Zabbix etc..

iFunction 01-22-2016 03:56 AM

Hi JJJCR,

Well this was my question really, I am very much a newbie at administration, so I have no idea what standard practice is for this kind of thing. I shall look into these. Thank you.

descendant_command 01-22-2016 04:43 AM

You don't share the private key, you have a unique one per machine/user, and put their pubkey in only the machines/users that they need access to.


All times are GMT -5. The time now is 07:19 AM.