Skip to content

Commit

Permalink
openconnect: add page (tldr-pages#4780)
Browse files Browse the repository at this point in the history
  • Loading branch information
gutjuri authored Oct 24, 2020
1 parent 51c0dd2 commit 8bee8a1
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pages/common/openconnect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# openconnect

> A VPN client, for Cisco AnyConnect VPNs and others.
> More information: <https://www.infradead.org/openconnect/manual.html>.
- Connect to a server:

`openconnect {{vpn.example.org}}`

- Connect to a server, forking into the background:

`openconnect --background {{vpn.example.org}}`

- Terminate the connection that is running in the background:

`killall -SIGINT openconnect`

- Connect to a server, reading options from a config file:

`openconnect --config={{path/to/file}} {{vpn.example.org}}`

- Connect to a server and authenticate with a specific SSL client certificate:

`openconnect --certificate={{path/to/file}} {{vpn.example.org}}`

0 comments on commit 8bee8a1

Please sign in to comment.