8ee362744b
@jefferai and I discussed this on Friday. With three fully-documented SSH backends, the page is lengthy, ungreppable, and intimidating. This commit separates the SSH backends into their own pages with as little text changes as possible.
1.2 KiB
1.2 KiB
layout | page_title | sidebar_current | description |
---|---|---|---|
docs | SSH Secret Backend | docs-secrets-ssh | The Vault SSH secret backend provides secure authentication and authorization for access to machines via the SSH protocol. There are multiple modes to the Vault SSH backend including signed SSH certificates, dynamic SSH keys, and one-time passwords. |
SSH Secret Backend
Name: ssh
The Vault SSH secret backend provides secure authentication and authorization for access to machines via the SSH protocol. The Vault SSH backend helps manage access to machine infrastructure, providing several ways to issue SSH credentials.
The Vault SSH secret backend supports the following modes. Each mode is individually documented on its own page.
All guides assume a basic familiarity with the SSH protocol.
API
The SSH secret backend has a full HTTP API. Please see the SSH secret backend API for more details.