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

Commit

Permalink
Merge pull request #515 from mozilla/provide_just_etm_mac_policy_example
Browse files Browse the repository at this point in the history
Add custom policy example for just etm macs
  • Loading branch information
Jonathan Claudius authored Jan 10, 2020
2 parents 143dc2f + c1e0914 commit 724748f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions config/policies/just_etm_macs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Mozilla Modern - with just ETM macs
ssh_version: 2.0
auth_methods:
- publickey
kex:
- [email protected]
- ecdh-sha2-nistp521
- ecdh-sha2-nistp384
- ecdh-sha2-nistp256
- diffie-hellman-group-exchange-sha256
encryption:
- [email protected]
- [email protected]
- [email protected]
- aes256-ctr
- aes192-ctr
- aes128-ctr
macs:
- [email protected]
- [email protected]
- [email protected]
references:
- https://example.com/custom_policy

0 comments on commit 724748f

Please sign in to comment.