Frequently Asked Questions

Update Bash (Ubuntu 14)

Print this Article
Last Updated: July 6, 2015 4:45 PM

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