@
sampeng Initial IV client to server: HASH(K || H || "A" || session_id)
Initial IV server to client: HASH(K || H || "B" || session_id)
Encryption key client to server: HASH(K || H || "C" || session_id)
Encryption key server to client: HASH(K || H || "D" || session_id)
Integrity key client to server: HASH(K || H || "E" || session_id)
Integrity key server to client: HASH(K || H || "F" || session_id)
假设穷举一个 3000bytes 的 id_rsa 文件,所以说“近似”,参见:
https://gravitational.com/blog/ssh-handshake-explained/