File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,13 @@ These Ansible playbooks are made to help install secure Linux servers faster.
55
66## How to get started
771 . Install [ Ansible] ( https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html )
8- 2 . git-clone this repository
9- 3 . [ Create SSH-Public/Private-Keys] ( https://github.com/imthenachoman/How-To-Secure-A-Linux-Server#ssh-publicprivate-keys )
8+ 2 . git clone this repository
9+ ```
10+ git clone https://github.com/sysadt/How-To-Secure-A-Linux-Server-With-Ansible
11+ cd How-To-Secure-A-Linux-Server-With-Ansible
12+ ```
13+
14+ 4 . [ Create SSH-Public/Private-Keys] ( https://github.com/imthenachoman/How-To-Secure-A-Linux-Server#ssh-publicprivate-keys )
1015 ```
1116 ssh-keygen -t ed25519
1217 ```
You can’t perform that action at this time.
0 commit comments