File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,12 @@ These Ansible playbooks are made to help install secure Linux servers faster.
771 . Install [ Ansible] ( https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html )
882 . git-clone this repository
993 . [ Create SSH-Public/Private-Keys] ( https://github.com/imthenachoman/How-To-Secure-A-Linux-Server#ssh-publicprivate-keys )
10- ssh-keygen -t ed25519
11- 4 . Change all variables in * group_vars/variables.yml* according to your needs.
12- 5 . Enable SSH root access before running the playbooks:
10+ ```
11+ ssh-keygen -t ed25519
12+ ```
13+
14+ 5 . Change all variables in * group_vars/variables.yml* according to your needs.
15+ 6 . Enable SSH root access before running the playbooks:
1316
1417 ```
1518 nano /etc/ssh/sshd_config
You can’t perform that action at this time.
0 commit comments