feat: docs for connecting to vpn (linux)
This commit is contained in:
parent
e135e90a8e
commit
d5c7057fd1
1 changed files with 15 additions and 0 deletions
15
src/tutorials/skynet/connect_vpn.md
Normal file
15
src/tutorials/skynet/connect_vpn.md
Normal file
|
@ -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 <studentmail here> -p "<password for studentmail>" --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 <skynet username>@cadie.skynet.ie```
|
||||
|
||||
|
||||
## Windows
|
||||
|
||||
|
||||
|
||||
[openfortivpn]: https://github.com/adrienverge/openfortivpn
|
Loading…
Add table
Add a link
Reference in a new issue