You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* VMAccess was designed for the purpose of regaining access to a VM in the event that access is lost. Based on this principle, it will grant sudo permission to account specified in the username field. If you don't wish a user to gain sudo permissions, login to the VM and use built-in tools (for example, usermod, chage, etc.) to manage unprivileged users.
42
+
* VMAccess was designed for regaining access to a VM given that access is lost. Based on this principle, it grants sudo permission to account specified in the username field. If you don't wish a user to gain sudo permissions, login to the VM and use built-in tools (for example, usermod, chage, etc.) to manage unprivileged users.
43
43
* You can only have one version of the extension applied to a VM. To run a second action, update the existing extension with a new configuration.
44
44
* During a user update, VMAccess alters the `sshd_config` file and takes a backup of it beforehand. To restore the original backed-up SSH configuration, run VMAccess with `restore_backup_ssh` set to `True`.
45
45
@@ -300,8 +300,8 @@ The VMAccess extension logs exist locally on the VM and are most informative whe
300
300
301
301
| Location | Description |
302
302
| ---- | ---- |
303
-
| /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. |
304
-
| /var/log/azure/Microsoft.OSTCExtensions.VMAccessForLinux/*| The VMAccess Extension produces logs, which can be found here. The directory contains `CommandExecution.log` where you can find each command executed along with its result, along with `extension.log` which contains individual logs for each execution. |
303
+
| /var/log/waagent.log |Contains logs from the Linux Agent and shows when an update to the extension occurred. We can check it to ensure the extension ran. |
304
+
| /var/log/azure/Microsoft.OSTCExtensions.VMAccessForLinux/*| The VMAccess Extension produces logs, which can be found here. The directory contains `CommandExecution.log` where you can find each command executed along with its result, along with `extension.log`, which contains individual logs for each execution. |
305
305
| /var/lib/waagent/Microsoft.OSTCExtensions.VMAccessForLinux-\<most recent version\>/config/*| The configuration and binaries for VMAccess VM Extension. |
0 commit comments