From d5c7057fd18663c08da3a2e322ac95fa024f9ad2 Mon Sep 17 00:00:00 2001 From: Daragh <22351159@studentmail.ul.ie> Date: Sun, 6 Jul 2025 19:54:01 +0100 Subject: [PATCH] feat: docs for connecting to vpn (linux) --- src/tutorials/skynet/connect_vpn.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/tutorials/skynet/connect_vpn.md diff --git a/src/tutorials/skynet/connect_vpn.md b/src/tutorials/skynet/connect_vpn.md new file mode 100644 index 0000000..21d9cba --- /dev/null +++ b/src/tutorials/skynet/connect_vpn.md @@ -0,0 +1,15 @@ +# Connect to Skynet VPN + +## Linux + +1 .Install [openfortivpn], its available in many distros repositories, it also has instructions for building from source +2. Run ```sudo openfortivpn ulssl.ul.ie:443 -u -p "" --saml-login --trusted-cert 22edd86cce8a4d46591f0f8b63f388b98d9abc8a2eb4cd684c85172be066bac2``` +3. Click link in terminal and verify through browser +4. Should now be on the vpn - can be tested with ```ssh @cadie.skynet.ie``` + + +## Windows + + + +[openfortivpn]: https://github.com/adrienverge/openfortivpn