Hide Forgot
Description of problem: When ssh is saying Permission denied (publickey,gssapi-keyex,gssapi-with-mic) for example because PasswordAuthentication no is set in /etc/ssh/sshd_config, packstack gives misleading message. Version-Release number of selected component (if applicable): openstack-packstack-2013.1.1-0.31.dev677.el6ost.noarch How reproducible: always Steps to Reproduce: 1. Disable the PW auth, don't forget restart the sshd, remove authorized key 2. check you are getting permission denied 3. packstack --allinone Actual results: Welcome to Installer setup utility Installing: Clean Up... [ DONE ] OS support check...Host 172.16.0.2: RHEL version is not supported. RHEL >= 6.4 is required. Expected results: OS support check...Host 172.16.0.2: Permission denied (publickey,gssapi-keyex,gssapi-with-mic). Additional info:
Of course, this was RHEL 6.4 [root@foo cloud-user]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 6.4 (Santiago)
Fixed already in both Havana and Grizzly. Packstack was checking the version in the wrong place.
Auto adding >= MODIFIED bugs to beta
Verified NVR: openstack-packstack-2013.2.1-0.20.dev936.el6ost.noarch Followed the steps to reproduce in comment #0 Result: ======= # packstack --allinone Welcome to Installer setup utility Installing: Clean Up... [ DONE ] Setting up ssh keys... [ ERROR ] ERROR : Failed to run remote script, stdout: stderr: Warning: Permanently added '<IP_ADDRESS>' (RSA) to the list of known hosts. Permission denied (publickey,gssapi-keyex,gssapi-with-mic). Please check log file /var/tmp/packstack/20131218-152819-VZBoFO/openstack-setup.log for more information Additional information: * A new answerfile was created in: /root/packstack-answers-20131218-152819.txt * Time synchronization installation was skipped. Please note that unsynchronized time on server instances might be problem for some OpenStack components.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2013-1859.html