parent
bf34969581
commit
cf71ceabea
1 changed files with 19 additions and 7 deletions
@ -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. |
||||||
|
|
||||||
``` |
## Installation |
||||||
chmod a+x cloud_setup.sh |
|
||||||
|
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 |
sudo ./cloud_setup.sh |
||||||
``` |
``` |
||||||
|
|
||||||
|
## Support |
||||||
|
|
||||||
|
Additional documentation available at: https://ubuntuforums.org/ |
Loading…
Reference in new issue