Skip to content

Instantly share code, notes, and snippets.

@jclaret
Created February 15, 2020 13:02
Show Gist options
  • Save jclaret/897af0de29eb00fab2d70fbe20384b90 to your computer and use it in GitHub Desktop.
Save jclaret/897af0de29eb00fab2d70fbe20384b90 to your computer and use it in GitHub Desktop.
# SOE
Recommended practice is to create a standard operating environment (SOE).
The SOE is a standardized baseline installation that consists only of the software packages required for all your server installations
* A minimal installation
* Kickstart Installation
* Configuring SSH Key-based Authentication
* Customizing Your SSH Service Configuration
** Prohibiting the root User from Logging in Using SSH
** Prohibiting Password Authentication Using SSH
* Using the su Command to Gain Privileges
* Using the sudo Command to Gain Privileges
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment