Forrest logo
back to context overview

openconnect

List of commands for openconnect:

  • openconnect:tldr:1d2c6 openconnect: Connect to a server and authenticate with a specific SSL client certificate.
    $ openconnect --certificate=${filename} ${vpn-example-org}
    try on your machine
    explain this command
  • openconnect:tldr:447c8 openconnect: Connect to a server.
    $ openconnect ${vpn-example-org}
    try on your machine
    explain this command
  • openconnect:tldr:55fdb openconnect: Connect to a server, reading options from a config file.
    $ openconnect --config=${filename} ${vpn-example-org}
    try on your machine
    explain this command
  • openconnect:tldr:a4d89 openconnect: Connect to a server, forking into the background.
    $ openconnect --background ${vpn-example-org}
    try on your machine
    explain this command
  • openconnect:tldr:ba3a1 openconnect: Terminate the connection that is running in the background.
    $ killall -SIGINT openconnect
    try on your machine
    explain this command
back to context overview