Skip to main content

All Questions

Tagged with
0 votes
0 answers
198 views

Open VPN Configurations

I would like to configure OpenVPN to automatically login using my credentials (similar to how you can configure ssh to automatically login using a specific key). Also, it would be nice to have a ...
PineappleThursday's user avatar
1 vote
1 answer
96 views

How to preserve expression ${USER} when shell script creates file where expression vs expression output is desired

Here's my dilemma, in a shell script I use to install or configure OpenVPN and/or just the client config files, I've expanded the script to include the installation of Google Authenticator. The ...
kcurry0210's user avatar
0 votes
1 answer
2k views

Using pam_exec.so for openvpn authentication

I've set up a PAM authentication config for OpenVPN. auth required pam_exec.so debug expose_authtok /opt/openvpn/bin/pamauth The script pamauth returns 0 on success. I verify this is true by also ...
davidparks21's user avatar
  • 1,612