Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/can-sahin/remote-openvpn-install

Automated OpenVPN installer to a remote machine for Dummies
https://github.com/can-sahin/remote-openvpn-install

openvpn vpn

Last synced: 8 days ago
JSON representation

Automated OpenVPN installer to a remote machine for Dummies

Awesome Lists containing this project

README

        

# Remote-OpenVPN-install
Automated OpenVPN installer for **non-Linux users** or **strangers to command-line-interface**.
It runs the necessary commands such as `ssh and scp` to run the [OpenVPN-install] script on a remote machine and downloads the new client files.

# Usage
Download the repository (autovpn.sh and scripts folder)

Put your SSH Key(keypair obtained from remote machine providers) in the same directory with autovpn.sh file

Run the autovpn script in command line (forEx: Terminal in MacOSX) with IPADRESS, PRIVATE_KEY, REMOTE_MACHINE_USER_NAME

Example
```shell
bash autovpn.sh -r 'REMOTE_MACHINE_IP_ADRESS' -k 'YOUR_PEM_FILE.pem' -u 'ubuntu'"
```
Follow the [OpenVPN-install] commands to complete the installation

[OpenVPN-install]: