Update bash (Ubuntu 14)

You must patch bash to protect your Ubuntu 14 server against the Shellshock vulnerability.

  1. Connect to your server via SSH.
  2. Run the following command:

    sudo apt-get update && sudo apt-get install --only-upgrade bash

  3. Agree to the updates.

Bash is now properly patched and updated on your server.

Next step