-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.yaml
66 lines (49 loc) · 1.55 KB
/
config.yaml
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
---
schema_version: v1.0.2
name: Remote Access Servers
logo:
path: assets/placeholder-logo.png
width: 2in
acronyms:
org:
shortform: MyEO
longform: My Example Organization, Inc.
cpu:
shortform: CPU
longform: central processing unit
vcs:
shortform: VCS
longform: version control system
overview: |
[!org] classifies remote access servers as
_jump hosts_ or _bastion hosts_. The organization recognizes the
following definitions when necessary to distinguish between
the two classes of remote access server.
Jump host
~ Allows access between _internal_ domains with different trust levels.
~ For example, [!org] uses jump hosts to restrict
access between corporate desktop environments and server environments
within organization datacenters.
Bastion host
~ Allows access into corporate environments from _external_ domains.
~ For example, [!org] uses bastion hosts to restrict
access from the public Internet.
Here is a high-level diagram of the remote access system.
![High-level diagram of Remote Access System](assets/placeholder.png)
maintainers:
- Author Name, Title
includes:
- path: s1.yaml
type: standard
- path: ../../standards/NIST-SP-800-53-rev4.yaml
type: standard
- path: low.yaml
type: certification
- path: high.yaml
type: certification
- path: citrix.yaml
type: component
- path: rdp.yaml
type: component
- path: sshd.yaml
type: component