Skip to content

Releases: GaboCapo/gdkg

GitHub Deploy Key Generator v1.0.0

27 Jul 06:42

Choose a tag to compare

GitHub Deploy Key Generator v1.0.0

First stable release of the GitHub Deploy Key Generator! This tool automates the creation and management of SSH deploy keys for GitHub repositories.

Features:

  • Generates Ed25519 key pairs using ssh-keygen.
  • Automatically adds keys to the SSH agent.
  • Creates SSH config aliases for easy Git operations.
  • Safely removes key files and SSH agent entries.
  • Supports custom directories and email comments.

Platforms:

  • Linux (amd64, arm64)
  • macOS (amd64, arm64)
  • Windows (amd64, via Git Bash/WSL)

Note: Ensure that ssh-keygen and ssh-add are installed. Key files must exist to remove them from the SSH agent.

Binaries for all supported platforms are included in this release. Feedback and issues are welcome!