Update pve_kvm.md

This commit is contained in:
spiritlhl
2023-08-16 22:08:49 +08:00
committed by GitHub
parent 0d0ab9d6ed
commit 90d0518266

View File

@@ -6,7 +6,7 @@ outline: deep
## SSH Login Instructions
The virtual machines created through KVM virtualization do not have the username '''root''' by default. To switch to the root user, you need to execute '''sudo -i''' .
The virtual machines created through KVM virtualization do not have the username ```root``` by default. To switch to the root user, you need to execute ```sudo -i``` .
**Of course, some templates actually allow logging in with the username ```root```, and the default root password is ```password```. You can give it a try.**
@@ -300,4 +300,4 @@ The above command is used to create a virtual machine with only IPv6 addresses.
qm stop 152
qm destroy 152
rm -rf vm152
```
```