mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2025-01-06 02:37:21 +03:00
Make ubuntu user passwordless in development VM
This commit is contained in:
parent
3fa3e438e0
commit
a87597d3ab
@ -39,3 +39,6 @@ cd /vagrant && chown -R ubuntu . && pre-commit install
|
||||
# Set a root password to enable login from GUI
|
||||
# Do startx after login to launch xfce4
|
||||
sudo echo "root:root" | sudo chpasswd
|
||||
|
||||
# Make ubuntu user passwordless
|
||||
sudo passwd -d ubuntu
|
||||
|
Loading…
Reference in New Issue
Block a user