openconnect Questions
2
I have this script:
#!bin/bash
NAME="user"
PIDFILE="openconnect.pid"
CERT="user.crt"
KEY="user.key"
PASS="pass"
HOST="https://example.com"
SCRIPT="/etc/vpnc/vpnc-script"
openconnect -b --script $...
Illogical asked 14/1, 2015 at 10:4
2
Solved
I would like to connect to vpn using openconnect.
Our company uses Google Authenticator codes.
Alphitomancy asked 3/8, 2020 at 15:38
2
I don't understand the 1 part.
For example, I have a website asdf.com and use google OP, so I have a login with google button with a link(something like https://account.google.com/XXX?return_url...
Effectuate asked 16/4, 2018 at 6:11
1
© 2022 - 2025 — McMap. All rights reserved.