Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-11212

[enterprise-4.12] Issue in file installing/installing_with_agent_based_installer/installing-with-agent-based-installer.adoc

XMLWordPrintable

    • No
    • OSDOCS Sprint 250, OSDOCS Sprint 251
    • 2
    • False
    • Hide

      None

      Show
      None
    • 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:

       

              rhn-support-obrown Olivia Brown
              borazem@si.ibm.com Benjamin Orazem (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: