← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~powersj/cloud-init:cii-ssh-keyname into cloud-init:master

 

The proposal to merge ~powersj/cloud-init:cii-ssh-keyname into cloud-init:master has been updated.

Commit Message changed to:

tests: rename test ssh keys to avoid appearance of leaking private keys.

While the generated ssh keys are throw away keys, generating SSH keys
with the default name (e.g. id_rsa) can trigger security scanners or
draw unnecessary attention.

The change here simply renames 'id_rsa' to 'cloud_init_rsa' to avoid
a false positive reported by a scanning tool.

For more details, see:
https://code.launchpad.net/~powersj/cloud-init/+git/cloud-init/+merge/335855
-- 
Your team cloud-init commiters is requested to review the proposed merge of ~powersj/cloud-init:cii-ssh-keyname into cloud-init:master.


References