-
Bug
-
Resolution: Done
-
Minor
-
None
-
4.12.z
-
No
-
OSDOCS Sprint 250, OSDOCS Sprint 251
-
2
-
False
-
-
N/A
-
Release Note Not Required
Description of problem:
The suggested install-config.yaml structure has an error in the part for sshkey. the suggested structure does not work: sshKey: | '<ssh_pub_key>' what does work is: sshKey: | <ssh_pub_key> or sshKey: '<ssh_pub_key>'
Version-Release number of selected component (if applicable):
How reproducible:
create a install-config with suggested sshkey value, create image, attach it to the VM and start the vm. If you try to ssh to the running node you will get a permission denied message: core@192.168.11.10: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
Steps to Reproduce:
1. 2. 3.
Actual results:
Permission denied message
Expected results:
successfull login with core user and provided sshkey
Additional info: