Last Updated: February 25, 2016
·
288
· khelll

Fix Shellshock on Amazon linux EC2 machine

In reference to this article, you can update one machine via this command:

sudo yum update bash -y

For several machines, use PSSH:

pssh -x '-t -t' -h ~/.ssh/servers "sudo yum update bash -y"