I am using a server private key with a password, and on other systems get
Code: Select all
lfnfan@ubuntu:/etc/openvpn$ sudo service openvpn start
lfnfan@ubuntu:/etc/openvpn$
Broadcast message:
Password entry required for 'Enter Private Key Password:' (PID 1234).
Please enter password with the systemd-tty-ask-password-agent tool!
Code: Select all
sudo systemd-tty-ask-password-agent
then the service starts.
I don't know why, but this time on this system it's not giving me the prompt, and I can't seem to pre-emptively enter the password using
Code: Select all
sudo systemd-tty-ask-password-agent
Code: Select all
lfnfan@ubuntu:/etc/openvpn$ uname -a
Linux odroid 4.9.210-66 #1 SMP PREEMPT Thu Jan 16 09:14:42 -03 2020 aarch64 aarch64 aarch64 GNU/Linux
Paul