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>
5 lines
329 B
Markdown
5 lines
329 B
Markdown
# Generate an SSH Key in Golang
|
|
|
|
The code in this directory was heavily derived from [this StackOverflow page](https://stackoverflow.com/questions/21151714/go-generate-an-ssh-public-key).
|
|
|
|
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.
|