From ca33994de68b8a0dcc23ba69c9d6beaf927d3801 Mon Sep 17 00:00:00 2001 From: SuperYuIuo <39399442+SuperYuIuo@users.noreply.github.com> Date: Wed, 16 Aug 2023 21:11:37 +0800 Subject: [PATCH] Update pve_kvm.md --- docs/en_US/guide/pve_kvm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en_US/guide/pve_kvm.md b/docs/en_US/guide/pve_kvm.md index 2ca1d325cf..9732742d47 100644 --- a/docs/en_US/guide/pve_kvm.md +++ b/docs/en_US/guide/pve_kvm.md @@ -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.**