Bash update command CentOS
-
Hey IT world just in case you didnt know about the Bash bug that is out here is the command to fix it for CentOS
yum -y update bash nss
My job today is to run this all of our servers
-
Sounds like you need chef
-
Been reading and it seems this is not truly fixed.
-
@Aaron-Studer said:
Sounds like you need chef
Not really.... for i in $(cat server_list); do ssh -qt $i "yum -y update"; done
That is literally all that you need for patching.
-
@JaredBusch said:
Been reading and it seems this is not truly fixed.
Patched yesterday afternoon and everything seems resolved.