Tagged Questions
0
votes
0answers
525 views
Openvpn password authentication
I am trying to connect openvpn windows client to openvpn server running on ubuntu. The VPN works fine when using 'certificate only' authentication, . But when trying to authenticate using below ...
1
vote
1answer
140 views
Bash script to automate Open VPN
so what I'm trying to do is to write a Bash script that will ssh into a server and generate new user credentials. However, it won't create the new user keys, but it can tell you if a user already ...
1
vote
1answer
538 views
Bash syntax errors unexpected token else with multiple else if conditions
I keep getting errors when debugging my script and I'm at a loss for what it is the cause.
Error I'm getting are below thanks in advance for your help
line 29: syntax error near unexpected token else'
...
0
votes
3answers
251 views
Using expect to log into VPN from a bash script
I connect to a VPN from console using something like:
sudo openvpn my.conf
[sudo] password for user:
Enter Auth Username:my_user
Enter Auth Password:
I don't care about entering the admin pwd ...
1
vote
1answer
422 views
How to extract client certificate info from OpenVPN?
When a user is connected to my OpenVPN server would I like to extract the ID of the clients certificate.
The purpose is to write a script that will prevent users from sharing their certificates with ...