From 9559997288454754e9e7a7d6427f6261b3c80ad0 Mon Sep 17 00:00:00 2001 From: Frank Lyder Bredland Date: Thu, 15 Aug 2019 16:38:07 +0200 Subject: [PATCH] (#55) Create a Readme.md --- Readme.md | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 00000000..820be680 --- /dev/null +++ b/Readme.md @@ -0,0 +1,53 @@ +# OpenConnect + +[OpenConnect](https://www.infradead.org/openconnect/index.html) is a VPN client (intended to be) compatible with Cisco AnyConnect. + +# Features + +- Connection through HTTP proxy, including [libproxy](https://code.google.com/archive/p/libproxy/) support for automatic proxy configuration. + +- Connection through SOCKS5 proxy. + +- Automatic detection of IPv4 and IPv6 address, routes. + +- Authentication via HTTP forms. + +- Authentication using SSL certificates — from local file, [Trusted Platform Module](https://en.wikipedia.org/wiki/Trusted_Platform_Module) and PKCS#11 smartcards. + +- Authentication using SecurID software tokens (when built with libstoken) + +- Authentication using OATH TOTP or HOTP software tokens. + +- Authentication using Yubikey OATH tokens (when built with libpcsclite) + +- UserGroup support for selecting between multiple configurations on a single VPN server. + +- Data transport over TCP (HTTPS) or UDP (DTLS or ESP). + +- Keepalive and Dead Peer Detection on both HTTPS and DTLS. + +- Automatic update of VPN server list / configuration. + +- Roaming support, allowing reconnection when the local IP address changes. + +- Run without root privileges ([see here](https://www.infradead.org/openconnect/nonroot.html)). + +- Support for "Cisco Secure Desktop" ([see here](https://www.infradead.org/openconnect/csd.html)), Juniper TNCC ([see here](https://www.infradead.org/openconnect/juniper.html#tncc)), and "GlobalProtect HIP report" ([see here](https://www.infradead.org/openconnect/hip.html)). + +- Graphical connection tools for various environments ([see here](https://www.infradead.org/openconnect/gui.html)). + +# Installation + +## Windows + +Download release version from ftp over at: https://www.infradead.org/openconnect/download.html + +## MacOS + +``` +brew install openconnect +``` + +## Linux + +See https://www.infradead.org/openconnect/packages.html -- GitLab