Update template.json

This commit is contained in:
phahulin 2017-11-01 00:34:43 +03:00 committed by GitHub
parent 55359e6d0b
commit 1233fd00e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -175,7 +175,15 @@
"adminUsername": "[variables('adminUsername')]",
"adminPassword": "",
"linuxConfiguration": {
"disablePasswordAuthentication": true
"disablePasswordAuthentication": true,
"ssh": {
"publicKeys": [
{
"path": "[concat('/home/', variables('adminUsername'), '/.ssh/authorized_keys')]",
"keyData": " "
}
]
}
}
},
"storageProfile": {