[Solved] server fails to start: Error: private key password verification failed
Posted: Sun Jan 26, 2020 1:16 am
Hi I have just set up openvpn on Ubuntu 18.04 server.
I am using a server private key with a password, and on other systems get
I then type
and enter the ovpn server private key password at the prompt.
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
as the 'enter password' prompt doesn't appear.
Any guidance much appreciated.
Paul
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