Skip to content

Commit 995a059

Browse files
author
sysadt
authored
Update README.md
1 parent b0a3e2b commit 995a059

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ These Ansible playbooks are made to help install secure Linux servers faster.
77
1. Install [Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html)
88
2. git-clone this repository
99
3. [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

0 commit comments

Comments
 (0)