OCSP atualizado
This commit is contained in:
@@ -45,8 +45,6 @@ systemctl enable --now openvpn-server@vpn.service
|
||||
# --- utilizador --- #
|
||||
id -u john &>/dev/null || useradd john
|
||||
echo "password" | passwd --stdin john
|
||||
groupadd -f totp
|
||||
usermod -aG totp john
|
||||
usermod -aG totp openvpn
|
||||
sudo chown john:totp /home/john/.google_authenticator
|
||||
usermod -aG openvpn john
|
||||
sudo chown john:openvpn /home/john/.google_authenticator
|
||||
sudo chmod 660 /home/john/.google_authenticator
|
||||
Reference in New Issue
Block a user