Forrest logo
back to context overview

openfortivpn

List of commands for openfortivpn:

  • openfortivpn:tldr:0a7ff openfortivpn: Connect to a VPN with a username and password.
    $ openfortivpn --username=${username} --password=${password}
    try on your machine
    explain this command
  • openfortivpn:tldr:20173 openfortivpn: Connect to a VPN by specifying the host and port.
    $ openfortivpn ${host}:${port}
    try on your machine
    explain this command
  • openfortivpn:tldr:2132a openfortivpn: Connect to a VPN using a specific configuration file (defaults to `/etc/openfortivpn/config`).
    $ sudo openfortivpn --config=${path-to-config}
    try on your machine
    explain this command
  • openfortivpn:tldr:7dc00 openfortivpn: Trust a given gateway by passing in its certificate's sha256 sum.
    $ openfortivpn --trusted-cert=${sha256_sum}
    try on your machine
    explain this command
back to context overview