Updated README.md
This commit is contained in:
parent
7fda2db78c
commit
a1a92ce91a
@ -23,7 +23,7 @@ sudo groupmod -n [user] debian
|
|||||||
sudo usermod -l [user] debian
|
sudo usermod -l [user] debian
|
||||||
sudo usermod -d /home/[user] -m [user]
|
sudo usermod -d /home/[user] -m [user]
|
||||||
sudo passwd [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]
|
# SSH to [user]
|
||||||
sudo rm /root/.ssh/authorized_keys
|
sudo rm /root/.ssh/authorized_keys
|
||||||
@ -35,9 +35,9 @@ sudo nano /etc/ssh/sshd_config
|
|||||||
|
|
||||||
## Configurations
|
## 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).
|
Passwords and other sensitive data are kept locally as encrypted variables in [secrets.yaml](vars/secrets.example.yaml).
|
||||||
|
|
||||||
## Contact
|
## 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.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user