Assistance Required for VPN Setup

We are currently in the process of setting up a VPN in our network to facilitate the use of our software across two locations. Our requirement is to use the VPN solely for software access, not for internet access. Unfortunately, our team has encountered an issue during the setup process.

While attempting to receive keys from the keyserver, we encountered the following error:

ubuntu@ip-:~$ sudo gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys 7568D9BB55FF9E5287D586017AE645C0CF8E292A
gpg: keyserver receive failed: Server indicated a failure

We would appreciate your support to resolve this issue.

Try

sudo apt-key adv --keyserver hkps://keyserver.ubuntu.com:443 --recv 7568D9BB55FF9E5287D586017AE645C0CF8E292A
1 Like

Thank You for your Help

This key is also available on the GitHub repository.

curl https://raw.githubusercontent.com/pritunl/pgp/master/pritunl_repo_pub.asc | sudo apt-key add -