open-vault/website/pages/docs/secrets/ssh/index.mdx
Jeff Escalante 4f87851926 [website] Link Cleaning (#8205)
* update dependencies

* remove hard-coded vaultproject.io on local links

* remove 'index.html' from internal links

* remove '.html' at end of internal links

* manual review cleanup

Co-authored-by: Calvin Leung Huang <cleung2010@gmail.com>
2020-01-22 12:05:41 -08:00

35 lines
1.1 KiB
Plaintext

---
layout: docs
page_title: SSH - Secrets Engines
sidebar_title: SSH
description: |-
The Vault SSH secrets engine provides secure authentication and authorization
for access to machines via the SSH protocol. There are multiple modes to the
Vault SSH secrets engine including signed SSH certificates, dynamic SSH keys,
and one-time passwords.
---
# SSH Secrets Engine
Name: `ssh`
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.
The Vault SSH secrets engine supports the following modes. Each mode is
individually documented on its own page.
- [Signed SSH Certificates](/docs/secrets/ssh/signed-ssh-certificates)
- [One-time SSH Passwords](/docs/secrets/ssh/one-time-ssh-passwords)
- [Dynamic SSH Keys](/docs/secrets/ssh/dynamic-ssh-keys) <sup>DEPRECATED</sup>
All guides assume a basic familiarity with the SSH protocol.
## API
The SSH secrets engine has a full HTTP API. Please see the
[SSH secrets engine API](/api/secret/ssh) for more
details.