Skip to content

Commit 7f95167

Browse files
Bug fixes
1 parent c389a39 commit 7f95167

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/extensions/vmaccess-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The VMAccess Extension configuration includes settings for username, passwords,
101101
| ssh_key | string | The SSH public key to add for the user account. The SSH key can be in `ssh-rsa`, `ssh-ed25519`, or `.pem` format. |
102102
| reset_ssh | boolean | Whether or not to reset the SSH. If `true`, it will replace the sshd_config file with an internal resource file corresponding to the default SSH config for that distro. |
103103
| remove_user | string | The name of the user to remove. Can't be used with `reset_ssh`, `restore_backup_ssh`, and `password`. |
104-
| expiration | string | Expiration to set to for the account. Defaults to never. |
104+
| expiration | string | Expiration to set to for the account, in the form of `yyyy-mm-dd`. Defaults to never. |
105105
| remove_prior_keys | boolean | Whether or not to remove old SSH keys when adding a new one. Must be used with `ssh_key`. |
106106
| restore_backup_ssh | boolean | Whether or not to restore the original backed-up sshd_config. |
107107

@@ -302,7 +302,7 @@ The VMAccess extension logs exist locally on the VM and are most informative whe
302302
| ---- | ---- |
303303
| /var/log/waagent.log | Shows when an update to the extension occurred. This contains logs from the Linux Agent, and we can check it to ensure the extension ran. |
304304
| /var/log/azure/Microsoft.OSTCExtensions.VMAccessForLinux/* | The VMAccess Extension produces logs which can be found here. Here you will see a `CommandExecution.log` where you can find each command executed along with its result. There is also an `extension.log` file which contains individual logs for each execution. |
305-
| /var/lib/waagent/Microsoft.OSTCExtensions-VMAccessForLinux-\<most recent version\>/config/* | The configuration and binaries for VMAccess VM Extension. |
305+
| /var/lib/waagent/Microsoft.OSTCExtensions.VMAccessForLinux-\<most recent version\>/config/* | The configuration and binaries for VMAccess VM Extension. |
306306
|||
307307

308308
You can also retrieve the execution state of the VMAccess Extension, along with other extensions on a given VM, by running the following command:

0 commit comments

Comments
 (0)