Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/can-sahin/remote-openvpn-install
- Owner: Can-Sahin
- License: mit
- Created: 2017-11-03T15:04:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-03T16:44:14.000Z (about 7 years ago)
- Last Synced: 2024-10-28T04:12:12.902Z (about 2 months ago)
- Topics: openvpn, vpn
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]: