Last active
February 14, 2017 13:00
-
-
Save komuw/d9b92d89de407f1be6893e65deedfb1a to your computer and use it in GitHub Desktop.
configure pritunl vpn client
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cat /etc/apt/sources.list.d/pritunl.list | |
deb https://repo.pritunl.com/stable/apt xenial main | |
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com --recv 7568D9BB55FF9E5287D586017AE645C0CF8E292A | |
sudo apt-get update | |
sudo apt-get install pritunl-client-gtk | |
# download profile(vpn config) | |
# start pritunl client from apps | |
# click import profile (import the config file) | |
# click connect | |
# enter 2fa code. u r good. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment