I have a commercial product that allows users to connect to various SSH endpoints. These users are currently forced to download and use Putty ... It seems pretty simple, except that my SSH endpoints require RSA / Private Key authentication. Thus, now the connection with these endpoints is getting sick, because I need to explain to my users how: 1) to download and configure Putty. 2) Manage, configure, and use your PEM private keys. I would like to make everything transparent, "just working" through the browser. I own all the information (both IP addresses and PEM connection keys), is there such a thing as browser-based SSH that is capable and can have access to RSA keys for connection?
source
share