Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17498,10 +17498,17 @@ components:
- keys_only
- disabled
description: >
What methods of authentication are allowed when connecting via
Lish. "keys_only" is the most secure if you intend to use Lish,
and "disabled" is recommended if you do not intend to use Lish at
The authentication methods that are allowed when connecting to
[the Linode Shell (Lish)](https://www.linode.com/docs/platform/manager/using-the-linode-shell-lish/).

* `keys_only` is the most secure if you intend to use Lish.

* `disabled` is recommended if you do not intend to use Lish at
all.

* If this account's Cloud Manager authentication type is set to a third party authentication (TPA) method, `password_keys` cannot
be used as your Lish authentication method. To view this account's Cloud Manager `authentication_type` field, send a request
to the [View Profile](/api/v4/profile) endpoint.
example: keys_only
authorized_keys:
type: array
Expand Down