Skip to content
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

Added question how to add ssh key in faq.md #285

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
6 changes: 6 additions & 0 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,9 @@ New password for default administrator (user-xxxxx):
### I added an additional disk with partitions. Why is it not getting detected?

As of Harvester v1.0.2, we no longer support adding additional partitioned disks, so be sure to delete all partitions first (e.g., using `fdisk`).
guangbochen marked this conversation as resolved.
Show resolved Hide resolved

### How to add ssh key to the Harvester nodes using a modified config file ?
guangbochen marked this conversation as resolved.
Show resolved Hide resolved

You can modify /oem/99_custom.yaml (or 90_custom.yaml) to add authorized keys after login harvester through ssh.
guangbochen marked this conversation as resolved.
Show resolved Hide resolved
After modification, you can reboot the node to see the difference.
guangbochen marked this conversation as resolved.
Show resolved Hide resolved
Please refer https://rancher.github.io/elemental-toolkit/docs/reference/cloud_init/#stagesstage_idstep_nameauthorized_keys .
guangbochen marked this conversation as resolved.
Show resolved Hide resolved