mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-13 07:10:51 +02:00
Updated Undoing Root "Auto‐Login" (markdown)
@@ -13,3 +13,20 @@ sudo passwd root
|
|||||||
```bash
|
```bash
|
||||||
reboot
|
reboot
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Alpine:
|
||||||
|
## 1. set the root password
|
||||||
|
```bash
|
||||||
|
passwd root
|
||||||
|
```
|
||||||
|
|
||||||
|
## 2. Remove Autologin
|
||||||
|
```bash
|
||||||
|
rm -rf /etc/local.d/autologin.start
|
||||||
|
```
|
||||||
|
|
||||||
|
## 3. Reboot Machine
|
||||||
|
```bash
|
||||||
|
reboot
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user