I would like to have a simple CLI alias to connect my 5 clients (on my machine) to 5 OpenVPN servers, each of which uses the same password for verification.
Is this possible using a bash script? The password prompt comes milliseconds after the command to connect which is sudo openvpn --config client1.ovpn
.