cedricziel / dokku-hostkeys-plugin

Manage hostkeys (for .ssh/known_hosts) to your container environment
MIT License
51 stars 21 forks source link

Fix adding/deleting keys #31

Closed baobaab closed 4 years ago

baobaab commented 4 years ago

Positional parameters are parsed and stored in named variables, so use them in add_shared_key(), delete_shared_keys(), add_app_key() and delete_app_keys.

Fixes #30

baobaab commented 4 years ago

Closing this pull request since it was created from my master branch (replaced with #32)