Skip to content
This repository was archived by the owner on Jan 24, 2022. It is now read-only.

Commit 724748f

Browse files
author
Jonathan Claudius
authored
Merge pull request #515 from mozilla/provide_just_etm_mac_policy_example
Add custom policy example for just etm macs
2 parents 143dc2f + c1e0914 commit 724748f

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

config/policies/just_etm_macs.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Mozilla Modern - with just ETM macs
3+
ssh_version: 2.0
4+
auth_methods:
5+
- publickey
6+
kex:
7+
8+
- ecdh-sha2-nistp521
9+
- ecdh-sha2-nistp384
10+
- ecdh-sha2-nistp256
11+
- diffie-hellman-group-exchange-sha256
12+
encryption:
13+
14+
15+
16+
- aes256-ctr
17+
- aes192-ctr
18+
- aes128-ctr
19+
macs:
20+
21+
22+
23+
references:
24+
- https://example.com/custom_policy

0 commit comments

Comments
 (0)