Azure VM SSH
VM SSH allows secure remote access to Azure VM instances for configuration, management, and troubleshooting.
Example Terraform Resource Usage
Schema
type
azure-vm-sshconnected_resource_types
List of resource types to sync. The following are the available resource type/s you can use:azure-vm-ssh
azure-vm-ssh-server
Metadata
user
(Required | String) Usergroups
(Optional | String) User Groupsshell
(Optional | String) User's Login Shelluser_key_name
(Optional | String) User Key Namecredentials_rotation_period_in_days
(Optional | String) Credentials rotation period (in days)credentials_cleanup_period_in_days
(Optional | String) User cleanup after access is revoked (in days)
Last updated