From 8bee8a1bdbdaca8244afe3736564c8107dbf1811 Mon Sep 17 00:00:00 2001 From: Juri Date: Sat, 24 Oct 2020 14:47:55 +0200 Subject: [PATCH] openconnect: add page (#4780) --- pages/common/openconnect.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/common/openconnect.md diff --git a/pages/common/openconnect.md b/pages/common/openconnect.md new file mode 100644 index 000000000..0b55ec50f --- /dev/null +++ b/pages/common/openconnect.md @@ -0,0 +1,24 @@ +# openconnect + +> A VPN client, for Cisco AnyConnect VPNs and others. +> More information: . + +- 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}}`