js-keygen
Generate a keypair to be used with openSSH, this replicate ssh-keygen function in javascript in the browser, using the webcrypto api and a bit of glue.For an in-depth explanation on how this work, see the blog post.
Usually you would want to save the private key to the machine initiating the ssh connection, and you want to copy the public key to the system receiving the connection.
No data is being sent to the server, everything happens within the context of this web page.
Tweet
Made with ♥ by Patrick Roumanoff