Generate SSH Key

Generate a keypair to be used with openSSH using the ssh-keygen function in javascript.


The private key is ordinarily saved on the machine initiating the SSH connection, while the public key is copied to the system receiving the connection.

No data is being sent to our servers whatsoever! Everything happens within the context of this webpage.