open-vault/ui/app/templates/components/wizard/ssh-engine.hbs

12 lines
431 B
Handlebars

<WizardSection
@headerText="SSH"
@headerIcon="terminal-screen"
@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>