Skip to content

[Update] Profile collection lish_auth_method field #259

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 19, 2020
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