-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Azure ARM: Use temporary public key and disable SSH (#1363)
This uses the script to kill SSH as an additional precaution. Public IP to be removed in future change. - Generate public ssh key: This removes the need for the seed parameter by using a `Microsoft.Resources/deploymentScripts` resource to generate a temporary public key. The private key is thrown out and ssh is still disabled by the deployment script. Downside of this approach is that the deployment script needs some time to complete.
- Loading branch information
Showing
3 changed files
with
72 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters