Public bug reported:

The package python-nova should include openssh-client as a dependency as
it includes a call to the ssh-keygen binary. Specifically, the file
/usr/share/pyshared/nova/crypto.py includes a shell out to this binary.

= Testing =

$ grep -n "ssh-keygen" /usr/share/pyshared/nova/crypto.py 
122:    (out, err) = utils.execute('ssh-keygen', '-q', '-l', '-f', 
public_key_file)
143:        utils.execute('ssh-keygen', '-q', '-b', bits, '-N', '',

$ apt-cache show python-nova | grep -E 'Depends|Suggests' | grep -c ssh
0

** Affects: nova (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: canonistack

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/956177

Title:
  python-nova should include openssh-client as a dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/956177/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to