# # USW raspbian repro # deb http://floppsie.comp.glam.ac.uk/raspbian/ buster main deb-src http://floppsie.comp.glam.ac.uk/raspbian/ buster main
$ sudo gpg --keyserver keyserver.ubuntu.com --recv-keys 29109908987D24D5 $ sudo gpg --export --armor 29109908987D24D5 | sudo apt-key add - $ sudo apt update $ sudo apt install usw-openssl $ sudo apt install usw-openconnect
$ sudo openconnect --user=yourusernamegoeshere vpn.southwales.ac.uk
XML POST enabled Please enter your username and password. Password:
POST https://j1asa5516x-vpn3-ge11.net.southwales.ac.uk/ Got CONNECT response: HTTP/1.1 200 OK CSTP connected. DPD 30, Keepalive 20 Connected as 172.28.77.188, using SSL, with DTLS in progress Established DTLS connection (using OpenSSL). Ciphersuite DTLSv0.9-AES128-SHA. Failed to read from SSL socket Failed to recv DPD request (-5)
$ ssh -u u01234567 mcgreg.comp.glam.ac.uk
$ apt-get source usw-openconnect $ apt-get source usw-openssl
$ sudo apt install gm2 $ gm2 --version gm2 (GCC) 10.2.1 20200727 Copyright (C) 2020 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$ export PATH=/opt/gm2/bin:$PATH $ type arm-linux-gnueabihf-gcc-10 $ type arm-linux-gnueabihf-g++-10 $ arm-linux-gnueabihf-g++-10 --version arm-linux-gnueabihf-g++-10 (GCC) 10.2.1 20200727 Copyright (C) 2020 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
This document was produced using groff-1.22.