diff --git a/Protocol-support.md b/Protocol-support.md index d7a64d2..27126f7 100644 --- a/Protocol-support.md +++ b/Protocol-support.md @@ -4,6 +4,8 @@ * Key exchange: `curve25519-sha256@libssh.org` * Keys: `ssh-ed25519`, `ssh-rsa`, `rsa-sha2-512`, `rsa-sha2-256` * Compression: `zlib`, `zlib@openssh.com` +* Tickets ✅ +* 2FA ✅ # MySQL @@ -14,6 +16,8 @@ * As client: * TLS optional * `mysql_native_password` auth ✅ +* Tickets ❌ +* 2FA ❌ # HTTP @@ -21,4 +25,6 @@ * HTTP/2 ✅ * TLS ✅ (as server: forced) * Websockets ✅ -* SSE ❌ \ No newline at end of file +* SSE ❌ +* Tickets ✅ +* 2FA ✅ \ No newline at end of file