Quantcast
Channel: Active questions tagged openvpn - Unix & Linux Stack Exchange
Viewing all articles
Browse latest Browse all 823

Adding OpenVPN keys to Kali Linux without root

$
0
0

I've been trying to run OpenVPN on Kali Linux using the official openvpn guide and ran the first command:

sudo apt update && apt -y install ca-certificates wget net-tools gnupg

Alls been updated and it seems the installation has gone well.

installed ca-certificates and net-tools

I run into an issue when I try to run the following:

sudo wget -qO - https://as-repository.openvpn.net/as-repo-public.gpg | apt-key add -echo "deb http://as-repository.openvpn.net/as/debian buster main">/etc/apt/sources.list.d/openvpn-as-repo.list

Permission Denied Error: OpenVPN Key Installation

I ran touch openvpn-as-repo.list to ensure the file has been created to echo to, but it seems this is not the fix.

It appears this requires explicit root privileges. Am I doing something wrong, or is there a kali repository I'm supposed to use for this?


Viewing all articles
Browse latest Browse all 823

Trending Articles