authy-openvpn
authy-openvpn copied to clipboard
Authy Open VPN Two-Factor Authentication
What if I want to allow users via AD and then use Authy
Could You add `Authy OneTouch` support?
Hi, The PR is a fix for an issue: https://github.com/authy/authy-openvpn/issues/16 Because in OpenVPN 2.4, the --plugin int-string required single- or double-quoted Therefore, in the post-install script I have added double-quoted...
See http://www.infoworld.com/article/3184582/security/critical-flaw-alert-stop-using-json-encryption.html Your post-install script shows json being used: add_configuration "$server_conf" "plugin $plugin https://api.authy.com/protected/json $key $pam" Also, the post-install script or your docs should describe setup that doesn't depend on...
I'm unable to find .dll files for OpenVPN GUI for Windows Desktop. I managed to follow all the instructions to use authy in Ubuntu Server OpenVPN (One of the most...
For OpenVPN 2.3.x below config was fine plugin /usr/lib/authy/authy-openvpn.so https://api.authy.com/protected/json nopam For OpenVPN 2.4 plugin must has 2 arguments so must be: plugin "/usr/lib/authy/authy-openvpn.so" "https://api.authy.com/protected/json nopam" So three params for...
This plug-in should have support for sending 'auth-token' to clients, to avoid authentication failing on re-negotiations without the server using --auth-gen-token. For more info: Generates token: https://gitlab.com/openvpn/openvpn/commit/270dc91164013eb7ace34d7b098fa11a97aef847 Authenticates token: https://gitlab.com/openvpn/openvpn/commit/703c9784f4dcd4f77166201074c21c6ea4aeb033...
For safety, our openvpn server config contains these entries so that the daemon isn't running as root once initialization is complete: ``` user nobody group nogroup ``` The Authy VPN...
LDAP (authy-openvpn-ldap) support appears to be dropped in the latest version: "PLUGIN_AUTH_USER_PASS_VERIFY failed with status 1: /usr/lib/authy/authy-openvpn.so ldap_bind with zero-length password is forbidden." It appears 2014 version of the plugin...