On Tue, Jan 19, 2021 at 7:58 AM Fung Chai Lim
wrote:
> sudo openconnect -v \
> -u USER-NAME \
> --protocol=anyconnect \
> --token-mode=totp \
> --token-secret=base32:SECRET-FROM-DOT-VIPACCESS \
> --csd-user=nobody \
> --csd-wrapper=/usr/lib/openconnect/csd-post.sh \
>
Hi Dan,
Thank you for your follow-up assistance. I managed to get further
with mixed results. I ran the following:
sudo openconnect -v \
-u USER-NAME \
--protocol=anyconnect \
--token-mode=totp \
--token-secret=base32:SECRET-FROM-DOT-VIPACCESS \
--csd-user=nobody \
--cs
Hi,
I run the following on a host running RebornOS (archlinux):
echo MY-SECRET-PASSWD | sudo openconnect -v \
-u USER-NAME \
--protocol=anyconnect \
--passwd-on-stdin \
--token-mode=totp \
--token-secret=abcdefgh,302425 \
VPN-SERVER
My VIP Access app has Credential ID of
Hi Dan, thank you for your help.
I ran openconnect-gui on my laptop without success. The logs show
connection to the server but in the end, this message:
Error: Running the 'Cisco Secure Desktop' trojan on this
platform is not yet implemented.
I admit I didn't build the openconnect-gui my