Update pve_kvm.md

This commit is contained in:
SuperYuIuo
2023-08-16 21:11:37 +08:00
committed by GitHub
parent e743035acc
commit ca33994de6

View File

@@ -6,7 +6,7 @@ outline: deep
## SSH登录说明
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.**