← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1391303] [NEW] 0.7.5: parse_ssh_config failing in ssh_util.py

 

Public bug reported:

I've been successfully using cloud-init 0.7.4 in a centos 6.5 image I
created under an icehouse environment we're running. When I recently
created a new centos 6.5 image and yum installed cloud-init (from
http://download.fedoraproject.org/pub/epel/6/x86_64) , I got 0.7.5
(cloud-init.x86_64 0:0.7.5-10.el6.centos.2). 0.7.5 is failing in places
0.7.4 wasn't like setting up the ssh keys for the user. I turned on
DEBUG for cloud-init console logging in
/etc/cloud/cloud.cfg.d/05_logging.cfg:

   [handler_consoleHandler]
   class=StreamHandler
   level=DEBUG
   formatter=arg0Formatter
   args=(sys.stderr,)

and here's /var/log/cloud-init-output.log
http://pastebin.ubuntu.com/8869713/

Attached is a zip file containing copies of my /etc/ssh/sshd_config
temporary keys I used that were generated via the OpenStack gui.

** Affects: cloud-init
     Importance: Undecided
         Status: New

** Attachment added: "files.zip"
   https://bugs.launchpad.net/bugs/1391303/+attachment/4257521/+files/files.zip

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1391303

Title:
  0.7.5: parse_ssh_config failing in ssh_util.py

Status in Init scripts for use on cloud images:
  New

Bug description:
  I've been successfully using cloud-init 0.7.4 in a centos 6.5 image I
  created under an icehouse environment we're running. When I recently
  created a new centos 6.5 image and yum installed cloud-init (from
  http://download.fedoraproject.org/pub/epel/6/x86_64) , I got 0.7.5
  (cloud-init.x86_64 0:0.7.5-10.el6.centos.2). 0.7.5 is failing in
  places 0.7.4 wasn't like setting up the ssh keys for the user. I
  turned on DEBUG for cloud-init console logging in
  /etc/cloud/cloud.cfg.d/05_logging.cfg:

     [handler_consoleHandler]
     class=StreamHandler
     level=DEBUG
     formatter=arg0Formatter
     args=(sys.stderr,)

  and here's /var/log/cloud-init-output.log
  http://pastebin.ubuntu.com/8869713/

  Attached is a zip file containing copies of my /etc/ssh/sshd_config
  temporary keys I used that were generated via the OpenStack gui.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1391303/+subscriptions


Follow ups

References