Skip to content

Automate 2FA client response? #182

Discussion options

You must be logged in to vote

Okay, there's more things to tackle here.

First, it is not really a good practice to have site-to-site clients use username/password authentication - there are no "user" using the VPN tunnel, it is a "host" using it. So I would strongly recommend to look into the server side setup and read-up on the --auth-user-pass-optional option in the man-page. Such "host clients" should only use certificate based authentication. When using said option, the configuration file on these "host clients" can drop the auth-user-pass option from the config file. Taking this approach will make life a lot easier.

If you for some reason cannot avoid the username/password with OTP authentication, OpenVPN 3 Linux…

Replies: 5 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@robross0606
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by dsommers
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #181 on May 15, 2023 16:55.