2015-08-12 16:25:28 +00:00
|
|
|
---
|
2020-01-18 00:18:09 +00:00
|
|
|
layout: docs
|
|
|
|
page_title: SSH - Secrets Engines
|
2015-08-12 16:25:28 +00:00
|
|
|
description: |-
|
2017-09-20 20:05:00 +00:00
|
|
|
The Vault SSH secrets engine provides secure authentication and authorization
|
2017-08-14 14:49:41 +00:00
|
|
|
for access to machines via the SSH protocol. There are multiple modes to the
|
2017-09-20 20:05:00 +00:00
|
|
|
Vault SSH secrets engine including signed SSH certificates, dynamic SSH keys,
|
|
|
|
and one-time passwords.
|
2015-08-12 16:25:28 +00:00
|
|
|
---
|
|
|
|
|
2017-09-20 20:05:00 +00:00
|
|
|
# SSH Secrets Engine
|
2015-08-12 16:25:28 +00:00
|
|
|
|
|
|
|
Name: `ssh`
|
|
|
|
|
2017-09-20 20:05:00 +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
|
2017-08-14 14:49:41 +00:00
|
|
|
credentials.
|
2015-08-18 01:22:03 +00:00
|
|
|
|
2017-09-20 20:05:00 +00:00
|
|
|
The Vault SSH secrets engine supports the following modes. Each mode is
|
2017-08-14 14:49:41 +00:00
|
|
|
individually documented on its own page.
|
2015-08-18 01:22:03 +00:00
|
|
|
|
2020-01-22 20:05:41 +00:00
|
|
|
- [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>
|
2015-08-14 19:41:26 +00:00
|
|
|
|
2017-08-14 14:49:41 +00:00
|
|
|
All guides assume a basic familiarity with the SSH protocol.
|
2017-03-19 22:52:15 +00:00
|
|
|
|
2015-08-14 19:41:26 +00:00
|
|
|
## API
|
|
|
|
|
2017-09-20 20:05:00 +00:00
|
|
|
The SSH secrets engine has a full HTTP API. Please see the
|
2022-03-18 01:14:48 +00:00
|
|
|
[SSH secrets engine API](/api-docs/secret/ssh) for more
|
2017-03-09 02:47:35 +00:00
|
|
|
details.
|