openfortivpn is a really cool open-source VPN client tool. Let’s see how to install it on Amazon Linux 2 instance.
Prerequisites
- Amazon Linux 2
- sudo privileges
Solution
Step 1. Update the Amazon Linux 2 packages repo.
sudo yum update -y
Step 2. Install openfortivpn.
sudo yum install openfortivpn
Step 3. Verify installation.
openfortivpn --version
Output:
1.14.1
Conclusion
Official repo: adrienverge/openfortivpn. Feel free to leave a comment below and if you find this tutorial useful, follow our official channel on Telegram.