Dokku Deployment Keys
Description
Provides a Dokku Plugin for injecting SSH deployment keys as well as injecting hostkeys to the container
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
dokku deployment-keys [](https://github.com/cedricziel/dokku-deployment-keys/actions/workflows/ci.yaml?query=branch%3Amaster) [](https://webchat.libera.chat/?channels=dokku)
Manage SSH deployment keys that should get injected into your containers on-build
This is useful if you hide your sourcecode in private repositories at VCS providers such as GitHub or Bitbucket.
Requirements
- dokku 0.19.x+
- docker 1.8.x
Optionally, if you need host keys to be added, install the [host-keys plugin](https://github.com/cedricziel/dokku-hostkeys-plugin) as well.
Installation
# on 0.19.x+
sudo dokku plugin:install https://github.com/cedricziel/dokku-deployment-keys.git --name deployment-keys
Commands
deployment-keys:create # create a pair of app-specific deployment keys
deployment-keys:delete # delete the current pair of deployment keys
deployment-keys:shared # shows the current shared public key
deployment-keys:show # shows the current public key to add to your VCS
deployment-keys:status # shows the current status of the deployment keys for an app
Usage
Help for any commands can be displayed by specifying the command as an argument to deployment-keys:help. Plugin help output in conjunction with any files in the `docs/` folder is used to generate the plugin documentation. Please consult the `deployment-keys:help` command for any undocumented commands.
Basic Usage
create a pair of app-specific deployment keys
# usage
dokku deployment-keys:create
Create a pair of app-specific deployment keys:
dokku deployment-keys:create my-app
delete the current pair of deployment keys
# usage
dokku deployment-keys:d
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11