mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-04 16:55:38 +00:00
Update cheatsheets
This commit is contained in:
29
openconnect
Normal file
29
openconnect
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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 configuration 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}}`
|
||||
Reference in New Issue
Block a user