diff --git a/README.md b/README.md index dac62f2..e59da91 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,25 @@ -# cloud_setup.sh +# Ubuntu 22 0 4 LTS Hardening Script -Run the following from a terminal +Simple script to harden and secure default configuration on Ubuntu Server 22.0.4 LTS. -``` -chmod a+x cloud_setup.sh +## Installation + +Using your preferred method, clone this repository into your development or project directory. +```bash +git clone https://git.thelyoncompany.com/edwin/ubuntu-22.04-lts-cloud-script.git ``` -Make sure your user has its SSH keys already setup before running this script +## Usage -``` +Review the notes within the script and edit as you see fit. When ready to execute the script run the following commands. + +***Note: Be sure to setup your SSH public key before running this script.*** +```bash +cd ubuntu_22_04-lts-cloud-script +chmod +x cloud_setup.sh sudo ./cloud_setup.sh -``` \ No newline at end of file +``` + +## Support + +Additional documentation available at: https://ubuntuforums.org/ \ No newline at end of file