From a1a92ce91a5252e6e1217a28c180125f1cc84768 Mon Sep 17 00:00:00 2001 From: Opnxng Date: Fri, 7 Jun 2024 00:13:26 +0800 Subject: [PATCH] Updated README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.