You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add configurable SSH host key algorithm support
Adds support for configurable SSH host key algorithms to improve
compatibility with modern SSH clients like Visual Studio 2022.
Changes:
- Add HostKeyAlgorithm field to agentssh.Config
- Implement Ed25519 key generation in CoderSigner function
- Add CLI flag --ssh-host-key-algorithm with env var support
- Support both 'rsa' (default) and 'ed25519' algorithms
- Maintain backward compatibility with RSA as default
Resolves compatibility issues with SSH clients that no longer
support RSA host keys.
Co-authored-by: kylecarbs <7122116+kylecarbs@users.noreply.github.com>
0 commit comments