Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pnguyen215/ngx-gobase-rsa
Lib support to generate ssh rsa using Golang
https://github.com/pnguyen215/ngx-gobase-rsa
Last synced: 3 days ago
JSON representation
Lib support to generate ssh rsa using Golang
- Host: GitHub
- URL: https://github.com/pnguyen215/ngx-gobase-rsa
- Owner: pnguyen215
- Created: 2023-05-12T02:49:42.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-14T07:34:58.000Z (over 1 year ago)
- Last Synced: 2024-06-20T23:58:23.791Z (5 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SSH RSA Generator
This is a lib support SSH RSA by [Golang](https://go.dev/)
### Requirement
The go version 1.20
### Installation
```bash
go mod tidy
```