Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

docs: clarify values for ssh_pubkeys #230

Merged
merged 1 commit into from
Mar 31, 2020
Merged

docs: clarify values for ssh_pubkeys #230

merged 1 commit into from
Mar 31, 2020

Conversation

iaguis
Copy link
Contributor

@iaguis iaguis commented Mar 30, 2020

They should be the full public key and this is not obvious.

Also, show a more descriptive value for the quickstart examples.

invidian
invidian previously approved these changes Mar 30, 2020
@@ -178,7 +178,7 @@ worker_pool "my-worker-pool" {
| `os_version` | Flatcar Container Linux version to install. Version such as "2303.3.1" or "current". | "current" | false |
| `dns_zone` | Route 53 DNS Zone. | - | true |
| `dns_zone_id` | Route 53 DNS Zone ID. | - | true |
| `ssh_pubkeys` | SSH public keys for user `core`. | - | true |
| `ssh_pubkeys` | SSH public keys for user `core`. This is the full public key as shown by `ssh-add -L`. | - | true |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This assumes the user users ssh-agent. I sometimes encounter tech folks who don't know about ssh-agent or wouldn't use it for some other reason. Also, assuming most users will have the key pair as local files, I would consider using the word "contents" to make it very clear they have to paste the contents of the public key file rather than a reference to the file path.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated.

@iaguis iaguis force-pushed the iaguis/ssh-keys-docs branch 2 times, most recently from 2117582 to 2a955fc Compare March 30, 2020 13:30
They should be the full public key and this is not obvious.

Also, show a more descriptive value for the quickstart examples.
Copy link
Member

@invidian invidian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for accepting my suggestion @iaguis!

@iaguis iaguis merged commit b95f5a2 into master Mar 31, 2020
@iaguis iaguis deleted the iaguis/ssh-keys-docs branch March 31, 2020 10:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants