-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathsecurity.html
70 lines (70 loc) · 4.08 KB
/
security.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
---
layout: default
class: security
title: Pritunl - Advanced Security
header_class: header-top
---
<section class="promo promo-short section offset-header abstract2">
<div class="promo-short-background-img"></div>
<div class="container">
<div class="row">
<div class="overview col-md-12 col-sm-12 col-xs-12">
<h2 class="title">Advanced Security</h2>
<p class="summary">
Pritunl is the most secure VPN server available and the only VPN server to offer up to five layers of authentication. Including a user certificate, six digit user pin, two-factor authenticator, single sign-on and mobile push authentication
</p>
</div>
</div>
</div>
</section>
<section class="features feature-simple section">
<div class="container">
<div class="row">
<h2 class="title text-center">User Auditing</h2>
<div class="item col-md-6 col-md-offset-3 col-sm-6 col-sm-offset-3 col-xs-10 col-xs-offset-1">
<img class="img-saml" src="img/audit.png" alt=""/>
</div>
</div>
<div class="row">
<div class="item feature-desc google-desc col-md-10 col-md-offset-1 col-sm-12 col-xs-12">
<p>Audit user and administrator events to assist in intrusion detection, improve security and fulfill regulatory requirements.</p>
</div>
</div>
<div class="row">
<h2 class="title text-center">Single Sign-On</h2>
<div class="item col-md-6 col-md-offset-3 col-sm-12 col-xs-12">
<div class="img-overlay-box">
<img class="feature" src="img/single_sign_on.png" alt="Single Sign On"/>
</div>
</div>
</div>
<div class="row">
<div class="item feature-desc col-md-10 col-md-offset-1 col-sm-12 col-xs-12">
<p>Prevent phishing attacks, add additional layers of security and enforce user security policies with single sign-on. Pritunl has full support for several single sign-on providers without any complicated setup.</p>
</div>
</div>
<div class="row">
<h2 class="title text-center">Open Source</h2>
<div class="item col-md-6 col-md-offset-3 col-sm-6 col-sm-offset-3 col-xs-10 col-xs-offset-1">
<a href="https://github.com/pritunl/pritunl" target="_blank"><img src="img/github_full.png" alt=""/></a>
</div>
</div>
<div class="row">
<div class="item feature-desc google-desc col-md-10 col-md-offset-1 col-sm-12 col-xs-12">
<p>All source code for Pritunl is open source and can be audited by any organization to ensure there are no security issues. This also allows for a transparent development process and a flexible product that can be modified to fit an organizations needs.</p>
</div>
</div>
<div class="row">
<h2 class="title text-center">SELinux</h2>
<div class="item feature-desc google-desc col-md-10 col-md-offset-1 col-sm-12 col-xs-12">
<p>Pritunl has full support for SELinux with included policies to restrict each component for improved security.</p>
</div>
</div>
<div class="row">
<h2 class="title text-center">No Hidden Backdoors</h2>
<div class="item feature-desc google-desc col-md-10 col-md-offset-1 col-sm-12 col-xs-12">
<p>Closed source VPN vendors such as <a target="_blank" href="http://arstechnica.com/security/2015/12/unauthorized-code-in-juniper-firewalls-decrypts-encrypted-vpn-traffic/"><b>Juniper</b></a> and <a target="_blank" href="http://arstechnica.com/security/2016/01/et-tu-fortinet-hard-coded-password-raises-new-backdoor-eavesdropping-fears/"><b>Fortinet</b></a> contain deliberately added <a target="_blank" href="http://arstechnica.com/security/2015/12/unauthorized-code-in-juniper-firewalls-decrypts-encrypted-vpn-traffic/"><b>backdoors</b></a> to be used by governments and criminals to gain access to your networks. With no access to the source code these backdoors can remain hidden leaving your network vulnerable. Only open source software can guarantee the security of your network.</p>
</div>
</div>
</div>
</section>