yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #40239
[Bug 1506244] [NEW] support SSH key value over fingerprint for Azure
Public bug reported:
Azure is changing the ovf-env.xml file. Instead of passing a fingerprint
to the key and obtaining it separately, the SSH public key itself is
passed via a new "<Value>" parameters:
<SSH>
<PublicKeys>
<PublicKey>
<Fingerprint>EB0C0AB4B2D5FC35F2F0658D19F44C8283E2DD62</Fingerprint>
<Path>$HOME/UserName/.ssh/authorized_keys</Path>
<Value>ssh-rsa AAAANOTAREALKEY== foo@bar.local</Value>
</PublicKey>
</PublicKeys>
** Affects: cloud-init
Importance: Undecided
Assignee: Ben Howard (utlemming)
Status: New
** Changed in: cloud-init
Assignee: (unassigned) => Ben Howard (utlemming)
** Branch linked: lp:~utlemming/cloud-init/lp1506244-ssh-key-value
--
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/1506244
Title:
support SSH key value over fingerprint for Azure
Status in cloud-init:
New
Bug description:
Azure is changing the ovf-env.xml file. Instead of passing a
fingerprint to the key and obtaining it separately, the SSH public key
itself is passed via a new "<Value>" parameters:
<SSH>
<PublicKeys>
<PublicKey>
<Fingerprint>EB0C0AB4B2D5FC35F2F0658D19F44C8283E2DD62</Fingerprint>
<Path>$HOME/UserName/.ssh/authorized_keys</Path>
<Value>ssh-rsa AAAANOTAREALKEY== foo@bar.local</Value>
</PublicKey>
</PublicKeys>
To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1506244/+subscriptions
Follow ups