- Notifications
You must be signed in to change notification settings - Fork12
An SSH key pair generator 🗝️
License
NotificationsYou must be signed in to change notification settings
charmbracelet/keygen
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
An SSH key pair generator with password protected keys support. Supports generating RSA, ECDSA, and Ed25519 keys.
kp,err:=keygen.New("awesome",keygen.WithPassphrase("awesome_secret"),keygen.WithKeyType(keygen.Ed25519))iferr!=nil {log.Fatalf("error creating SSH key pair: %v",err)}fmt.Printf("Your authorized key: %s\n",kp.AuthorizedKey())
We’d love to hear your thoughts on this project. Feel free to drop us a note!
Part ofCharm.
Charm热爱开源 • Charm loves open source
About
An SSH key pair generator 🗝️
Resources
License
Security policy
Stars
Watchers
Forks
Packages0
No packages published