open-vault/ui/app/templates/components/wizard/ssh-engine.hbs
2018-08-28 00:03:55 -05:00

11 lines
419 B
Handlebars

<WizardSection
@headerText="SSH"
@headerIcon="enable/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>