From c1e09145dfb58b4fdad09d063e328ed103afc6e4 Mon Sep 17 00:00:00 2001 From: Jonathan Claudius Date: Fri, 10 Jan 2020 09:31:49 -0500 Subject: [PATCH] Add custom policy example for just etm macs --- config/policies/just_etm_macs.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 config/policies/just_etm_macs.yaml diff --git a/config/policies/just_etm_macs.yaml b/config/policies/just_etm_macs.yaml new file mode 100644 index 00000000..8922e3eb --- /dev/null +++ b/config/policies/just_etm_macs.yaml @@ -0,0 +1,24 @@ +--- +name: Mozilla Modern - with just ETM macs +ssh_version: 2.0 +auth_methods: +- publickey +kex: +- curve25519-sha256@libssh.org +- ecdh-sha2-nistp521 +- ecdh-sha2-nistp384 +- ecdh-sha2-nistp256 +- diffie-hellman-group-exchange-sha256 +encryption: +- chacha20-poly1305@openssh.com +- aes256-gcm@openssh.com +- aes128-gcm@openssh.com +- aes256-ctr +- aes192-ctr +- aes128-ctr +macs: +- hmac-sha2-512-etm@openssh.com +- hmac-sha2-256-etm@openssh.com +- umac-128-etm@openssh.com +references: +- https://example.com/custom_policy \ No newline at end of file