SSH Key Plugin

Cloudify Utilities: SSH Key

This plugin enables a user to create a private and public key.

Notes

Examples:

Node Template with Secret Creation:

  agent_key:
    type: cloudify.keys.nodes.RSAKey
    properties:
      resource_config:
        key_name: { get_input: agent_key_name }
        openssh_format: true
      use_secret_store: true