-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Labels
FrozenDueToAgeNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Description
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:
byte SSH_AGENTC_EXTENSION (0x1b)
string [email protected]
string hostkey
string session identifier
string signature
bool is_forwarding
The error is ssh: parse error in message type 27
, when 27 is the SSH_AGENTC_EXTENSION
message type (referenced in SSH Agent Protocol)
bguerout, prbinu, dimovnike and jrcasso
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.