The minimal transport contract authentication needs: send a packet, read the next one, and the session identifier for publickey signatures. The SSH transport satisfies this structurally, so auth does not depend on the transport implementation.
1.0.0
Readonly
The session identifier (H of the first key exchange).
Reads the next SSH packet.
Sends one SSH packet.
The minimal transport contract authentication needs: send a packet, read the next one, and the session identifier for publickey signatures. The SSH transport satisfies this structurally, so auth does not depend on the transport implementation.
Since
1.0.0