blog link
This commit is contained in:
parent
70a12b1273
commit
c498c89038
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
<h1>js-keygen</h1>
|
||||
|
||||
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.<br>
|
||||
For an in-depth explanation on how this work, see the <a href="http://blog.roumanoff.com/">blog post</a>.<br>
|
||||
For an in-depth explanation on how this work, see the <a href="http://blog.roumanoff.com/2015/09/using-webcrypto-api-to-generate-keypair.html">blog post</a>.<br>
|
||||
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.<br>
|
||||
No data is being sent to the server, everything happens within the context of this web page.<br>
|
||||
<a href="https://twitter.com/share" class="twitter-share-button" data-via="pkr2">Tweet</a>
|
||||
|
|
Loading…
Reference in a new issue