francoismichel / ssh3

SSH3: faster and rich secure shell using HTTP/3, checkout our article here: https://arxiv.org/abs/2312.08396 and our Internet-Draft: https://datatracker.ietf.org/doc/draft-michel-ssh3/
https://arxiv.org/abs/2312.08396
Apache License 2.0
3.19k stars 82 forks source link

Perform ssh-agent-based authenticate #4

Closed francoismichel closed 7 months ago

francoismichel commented 7 months ago

This pull request allows users to be authenticated relying on a running SSH agent. It works with the classical OpenSSH agent running whose path is specified in the SSH_AUTH_SOCK environment variable.