From c498c8903832435b0d2798f28fc54f502482eefb Mon Sep 17 00:00:00 2001 From: Patrick Roumanoff Date: Thu, 3 Sep 2015 23:48:51 +1000 Subject: [PATCH] blog link --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 3b31509..63c5814 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@

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.
+ 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