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

11 lines
419 B
Handlebars
Raw Normal View History

2018-08-28 05:03:55 +00:00
<WizardSection
@headerText="SSH"
@headerIcon="enable/ssh"
@docText="Docs: SSH Secrets"
@docPath="/docs/secrets/ssh/index.html"
>
<p>
2019-03-29 23:40:12 +00:00
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.
2018-08-28 05:03:55 +00:00
</p>
</WizardSection>