x/crypto/ssh: Unmarshal for SSH_AGENTC_EXTENSION #51689
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
OpenSSH 8.9 will include the ability to control how and where keys in ssh-agent may be used, both locally and when forwarded (subject to some limitations).
This new feature implements a new agent extension an it doesn't compatible with Golang SSH Agent library. This kind of messages could not be parsed by Unmarshall method.
The message format is:
The error is
ssh: parse error in message type 27
, when 27 is theSSH_AGENTC_EXTENSION
message type (referenced in SSH Agent Protocol)The text was updated successfully, but these errors were encountered: