open-vault/ui/app/templates/components/wizard/ssh-engine.hbs
Matthew Irish 0ccc8467ec
UI ember engines (#6718)
Adds replication engine and core in-repo addon
2019-05-13 14:05:25 -05:00

11 lines
412 B
Handlebars

<WizardSection
@headerText="SSH"
@headerIcon="ssh"
@docText="Docs: SSH Secrets"
@docPath="/docs/secrets/ssh/index.html"
>
<p>
The Vault SSH Secrets Engine provides secure authentication and authorization for access to machines via the SSH protocol. The Vault SSH Secrets Engine helps manage access to machine infrastructure, providing several ways to issue SSH credentials.
</p>
</WizardSection>