diff --git a/Protocol-support.md b/Protocol-support.md new file mode 100644 index 0000000..447b4c7 --- /dev/null +++ b/Protocol-support.md @@ -0,0 +1,9 @@ +# SSH + +* Ciphers: `chacha20-poly1305`, `aes256-gcm@openssh.com` +* Key exchange: `curve25519-sha256@libssh.org` + kex: &[kex::CURVE25519], + key: &[key::ED25519], + cipher: &[cipher::chacha20poly1305::NAME, cipher::aes256gcm::NAME, cipher::aes256ctr::NAME], + mac: &["none"], + compression: &["none", "zlib", "zlib@openssh.com"], \ No newline at end of file