Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 708 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 708 Bytes

ssh-keygen-template

The template repo can help to generate an SSH key when you don't want to do it by commandline.

Quick start

  1. Use the template to create a repo, better as a private repo for secrity
  2. Go to Actions top menu page, follow the steps as below:

ssh keygen action steps

  1. After one minute or two, you'll see two files, private_key.txt and public_key.txt, are added/updated in repo's root direcotory when the action finished successfully
  2. Open each file and click Copy raw contents button on the top right to copy the key

Done!