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.27k stars 82 forks source link

Parse SSHv2 client config and rework behaviour #5

Closed francoismichel closed 10 months ago

francoismichel commented 10 months ago

This PR allows parsing the SSHv2 client config located in $HOME/.ssh/config (it only looks in this location). The client behaviour is also a bit reworked to make it a bit more concise and usable.