← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1827021] [NEW] SSH Documentation should mention "Host Key"

 

Public bug reported:

The documentation for the SSH module should mention that it is working
with SSH *Host* Keys, since many people will commonly understand the
term "SSH Key" to mean a key being used for User Authentication. This is
somewhat ambiguous, I ended up building my own solution to replace host
keys.

The wording could be:
Summary: configure ssh and ssh host keys

This module handles most configuration for ssh and ssh host keys. Many
images have default ssh host keys, which can be removed using
ssh_deletekeys. This prevents re-use of a private key from an image on
multiple machines. Since removing default keys is usually the desired
behavior this option is enabled by default.

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

-- 
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/1827021

Title:
  SSH Documentation should mention "Host Key"

Status in cloud-init:
  New

Bug description:
  The documentation for the SSH module should mention that it is working
  with SSH *Host* Keys, since many people will commonly understand the
  term "SSH Key" to mean a key being used for User Authentication. This
  is somewhat ambiguous, I ended up building my own solution to replace
  host keys.

  The wording could be:
  Summary: configure ssh and ssh host keys

  This module handles most configuration for ssh and ssh host keys. Many
  images have default ssh host keys, which can be removed using
  ssh_deletekeys. This prevents re-use of a private key from an image on
  multiple machines. Since removing default keys is usually the desired
  behavior this option is enabled by default.

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


Follow ups