goldwarden/agent/ssh
Chris Sutcliff c7cc1d646e
Implement ExtendedAgent
Allows clients to specify the algorithm used via the `SignWithFlags` function. Currently this is `rsa-sha2-256` or `rsa-sha2-512` which are the two allowable options in the spec but it is extendable in the future as required.

Aiming to reduce code duplication, Existing `Sign` function retains it's default behaviour by calling `SignWithFlags` with `SignatureFlagReserved`.

The other `ExtendedAgent` function `Extension` returns `ErrExtensionUnsupported` to all calls as required by the spec.
2024-02-23 11:29:10 +00:00
..
keys.go Fix ssh keygen 2024-01-20 05:40:22 +01:00
ssh.go Implement ExtendedAgent 2024-02-23 11:29:10 +00:00
sshsocketunix.go Make ssh sockets close on exit 2024-02-04 01:58:37 +01:00
sshsocketwindows.go Fix ssh daemon on windows 2024-02-04 00:24:40 +01:00