Revert usage of public keys

This commit is contained in:
phahulin 2017-11-01 11:35:59 +03:00 committed by GitHub
parent 374b9e28d0
commit 6fb157db06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@
"publicKeys": [
{
"path": "[concat('/home/', variables('adminUsername'), '/.ssh/authorized_keys')]",
"keyData": " "
"keyData": "[variables('sshPublicKey')]"
}
]
}