From a3a078b963334c08eb60c05b3e8cc7dc2abe2d3f Mon Sep 17 00:00:00 2001 From: Patrick Roumanoff Date: Fri, 16 Feb 2018 18:26:26 +0100 Subject: [PATCH] convert --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a74c7ec..9783b76 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,7 @@ There is no way to generate a ssh keypair on a chromebook, but we have access to The end result is a usable single page app that will locally generate a keypair you can save to local drive. Allowing you to do that straight from chrome on a chrome book. Everywhere else, you should have access to ssh-keygen which is the recommended way to generate keypair for SSH. + +## How to convert from OpenSSH public key format to PEM + +see https://js-keygen.surge.sh/convert.html for how to convert.