Reference Guide
...
Importing Devices from Microso...
SSH Key Configurations for Azure Devices
3 min
if the devices imported from azure have the required configuration to log in via ssh key, kron pam can provide a seamless connection using the ssh key otherwise, the global username and password need to be defined for each device group to use an ssh key for azure devices get the ssh key name stored in the device properties of each device navigate to devices > inventory select the azure device, and click the options button (the device ssh key name is stored in the sshkeyname property ) write down the value of this property to be used for the secrets module enable ssh key connection in device groups navigate to devices > inventory select the device group to which azure devices are imported and click the options button add the a dddevicesshkeytouserselection property and set the value as true upload the ssh key to and enable connection to the device navigate to secrets > vault fill in the required fields (the account name field must be exactly equal to the value in the device property) select static ssh key as the configuration copy the contents of the ssh key into the ssh key field the ssh keys must be in openssh key format, meaning the value put into the secret data field should start with the “ begin ssh2 public key ” and end with the “ end ssh2 public key ” indicators