# pacman -S openvpn
# nano /etc/openvpn/client/alarmpi.conf
# systemctl enable --now openvpn-client@alarmpi.service
# systemctl status openvpn-client@alarmpi.service
# journalctl -u openvpn-client@alarmpi.service
# systemctl disable --now openvpn-server@server.service
# ssh-keygen
# cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
# ssh -f -o PasswordAuthentication=no -N -D 0.0.0.0:1080 localhost
/etc/openvpn/server.conf
status /dev/null
log /dev/null
verb 0