web3infra-foundation / mega

Mega is an unofficial open source implementation of Google Piper.
https://gitmega.dev
Apache License 2.0
155 stars 30 forks source link

[SSH Server] Replace Server-Side Key Generation and Storage with RustyVault #582

Closed benjamin-747 closed 1 week ago

benjamin-747 commented 1 week ago

The certificates required by the current Mega SSH implementation are generated directly. This process should be replaced by utilizing RustyVault for key generation and storage.