Skip to content

Instantly share code, notes, and snippets.

@leotm
Last active February 5, 2016 11:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leotm/ba09fd93ee4d44264ae9 to your computer and use it in GitHub Desktop.
Save leotm/ba09fd93ee4d44264ae9 to your computer and use it in GitHub Desktop.
OpenVPN server authentication with .ovpn files
// For automated authentication of .ovpn files
<username>
<password>
// Ensure login.conf is in the same directory as your .ovpn file
// Add the arguments 'auth-user-pass login.conf' to your .ovpn file
// To batch edit this multiple files, see: gist.github.com/leotm/377efbde1e7037bbebfa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment