diff --git a/README.md b/README.md index c5fa3c3..d8e3acd 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ sudo groupmod -n [user] debian sudo usermod -l [user] debian sudo usermod -d /home/[user] -m [user] sudo passwd [user] -cp /root/.ssh/authorized_keys /home/[user]/.ssh/authorized_keys +cp /root/.ssh/authorized_keys /home/[user]/.ssh/authorized_keys # SSH to [user] sudo rm /root/.ssh/authorized_keys @@ -35,9 +35,9 @@ sudo nano /etc/ssh/sshd_config ## Configurations -You can modify the [packages to be installed](set-up.yaml) and the [UFW rules](roles/ufw/tasks/main.yaml). +You can modify the [packages to be installed](set-up.yaml) and the [UFW rules](roles/ufw-opnxng/tasks/main.yaml). Passwords and other sensitive data are kept locally as encrypted variables in [secrets.yaml](vars/secrets.example.yaml). ## Contact -Please contact us via [email](mailto:opnxng@tuta.io) if you discover any vulnerability or area for improvement in our infrastructure. We would truly appreciate it. \ No newline at end of file +Please contact us via [email](mailto:opnxng@tuta.io) if you discover any vulnerability or area for improvement in our infrastructure. We would truly appreciate it.