From cf71ceabea342b0558cf39eb0433ad7f1699fe68 Mon Sep 17 00:00:00 2001 From: Edwin Lyon Date: Wed, 16 Oct 2024 10:11:50 -0700 Subject: [PATCH] Update 'README.md' --- README.md | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) 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