Skip to content

ssh: Make Key.parse() a proper async method

Niels De Graef requested to merge nielsdg/ssh into main

This allows us to make full use of the event loop to parse keys, and simplifies the code quite a bit.

Merge request reports