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 principal, it will grant sudo permission to account specified in the username field. Do not specify a user in the username field if you do not wish that user to regain sudo permissions - instead, login to the VM and use built-in tools (e.g. usermod, chage, etc.) to manage unprivileged users.
42
+
* 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 (e.g. 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
@@ -100,7 +100,7 @@ The VMAccess Extension configuration includes settings for username, passwords,
100
100
| password | string | The password to set for the user account. |
101
101
| 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. |
102
102
| 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. |
103
-
| remove_user | string | The name of the user to remove. Cannot be used with `reset_ssh`, `restore_backup_ssh`, and `password`. |
103
+
| remove_user | string | The name of the user to remove. Can't be used with `reset_ssh`, `restore_backup_ssh`, and `password`. |
104
104
| expiration | string | Expiration to set to for the account. Defaults to never. |
105
105
| remove_prior_keys | boolean | Whether or not to remove old SSH keys when adding a new one. Must be used with `ssh_key`. |
106
106
| restore_backup_ssh | boolean | Whether or not to restore the original backed-up sshd_config. |
0 commit comments