Skip to content
/ ssh-keygen-template Public template

Use workflow_dispatch to generate a ssh key in GitHub Actions.

License

Notifications You must be signed in to change notification settings

gitfx/ssh-keygen-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Use workflow_dispatch to generate a ssh key in GitHub Actions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published