System Grab Bag

View all TLDR pages from Linux (or from all pages)

openfortivpn

A VPN client, for Fortinet's proprietary PPP+SSL VPN solution. More information: https://github.com/adrienverge/openfortivpn.
  • Connect to a VPN with a username and password:
    openfortivpn --username={{username}} --password={{password}}
  • Connect to a VPN using a specific configuration file (defaults to /etc/openfortivpn/config):
    sudo openfortivpn --config={{path/to/config}}
  • Connect to a VPN by specifying the host and port:
    openfortivpn {{host}}:{{port}}
  • Trust a given gateway by passing in its certificate's sha256 sum:
    openfortivpn --trusted-cert={{sha256_sum}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.