mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-02-22 06:23:10 +08:00
Created Protocol support (markdown)
parent
6138c665a3
commit
b9c60ff314
1 changed files with 9 additions and 0 deletions
9
Protocol-support.md
Normal file
9
Protocol-support.md
Normal file
|
@ -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"],
|
Loading…
Reference in a new issue