Bosh VMs password encryption algorithm.


Guruprakash Srinivasamurthy <guruprakashsrinivasamurthy@...>
 

Hi,

In the below resource pool section of the Bosh manifest, password is in
encrypted format. Now we are changing the cleartext password to something
else.

How do we encrypt those cleartext passwords and put it in the manifest ? In
other words what encryption algorithm has to be used. I tried to use
makepasswd utility in linux with MD5 algorithm and that doesn't seem to be
right.
Please advise.

resource_pools:
- cloud_properties:
cpu: 1
disk: 32768
ram: 2048
env:
bosh:
password:
$6$2f6qtRfO$oJOeKk/ZDNb7PWnvMiXDC/HstKiLiZCBHP32KHFVeM9rXgs4W/JJiI4a/eHoddhxJzorLYgi2JUQiOKxZko4M.
name: infrastructure
network: default
size: 11
stemcell:
name: bosh-vsphere-esxi-ubuntu-trusty-custom-hardened
version: 2732-1


Thanks,
Guru.

Join {cf-bosh@lists.cloudfoundry.org to automatically receive all group messages.