Closed ghostbody closed 5 years ago
I don't think storing users' private keys in somewhere is a good idea. Since they are private keys it is right to just let the users keep their private keys. They will take the responsibility for keeping and managing their private keys. If you really want to store the private keys, it is better to store them on client side (browser).
webssh is excellent to meet our requirements. However, our machines use RSA key pairs for authentication in which we need to select the private key to login onto the machine through webssh each time.
Is there a better way to do this? I have several ideas:
Do you have any good idea? Thanks so much!