Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/davelondon/govpn

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/davelondon/govpn

  • v0.0.0-20170708122752-933668891c96
  • Source
  • Go
  • Socket score

Version published
Created
Source

Google Authenticator VPN Starter

If you have a Google Authenticator protected VPN, this will help you start it by just hitting enter. Also, your credentials are encrypted with Secretbox.

So long as you don't back up the config file online, we still preserve the essence of 2 factor auth: you need something you know (your encryption password) and something physical you have (your laptop).

You need Go installed. To install govpn use the "go get" command:

go get -u github.com/dave/govpn

This will install the govpn command in your path. Then start it:

govpn

The first time it runs, it will prompt you for:

  • An encryption password - make sure this is strong!
  • The name of the VPN (you should set up a Mac native VPN, with a blank password).
  • Your VPN password.
  • Your Google Authenticator secret. You will probably need to request a new one from your security admin.

This data will be encrypted and stored in ~/.govpn-config.json.

Simply press enter to connect or re-connect to te VPN.

FAQs

Package last updated on 08 Jul 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc