mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Add Golang code example for generating SSH key along with associated documentation. Signed-off-by: Scott S. Lowe <scott.lowe@scottlowe.org>
329 B
329 B
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.