Created
February 15, 2020 13:02
-
-
Save jclaret/897af0de29eb00fab2d70fbe20384b90 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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