scottslowe-learning-tools/golang/generate-ssh-key
Scott S. Lowe 50481c8976 Add Golang code for generating SSH key
Add Golang code example for generating SSH key along with associated documentation.

Signed-off-by: Scott S. Lowe <scott.lowe@scottlowe.org>
2023-03-26 20:35:19 -06:00
..
go.mod Add Golang code for generating SSH key 2023-03-26 20:35:19 -06:00
main.go Add Golang code for generating SSH key 2023-03-26 20:35:19 -06:00
README.md Add Golang code for generating SSH key 2023-03-26 20:35:19 -06:00

Generate an SSH Key in Golang

The code in this directory was heavily derived from this StackOverflow page.

This was written and tested with Golang 1.18 on an ARM64-based Mac, but it should run fine on any platform or architecture supported by Go.