From 3fc89182047f44030a0a10c28f5fc45e69bfa4f6 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Sun, 2 Aug 2020 05:53:30 +0300 Subject: [PATCH] Update flashing_os.md --- pages/flashing_os.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/flashing_os.md b/pages/flashing_os.md index 603a8248..e759cfa2 100644 --- a/pages/flashing_os.md +++ b/pages/flashing_os.md @@ -43,9 +43,9 @@ $ sudo dd if=v2-hdmi-rpi4.img of=/dev/mmcblk0 2. After power-up, Pi-KVM OS generates unique SSH keys and certificates. Do not turn off the Raspberry Pi until it's fully booted. -3. Congratulations! Your Pi-KVM will be available via SSH (`ssh root@` with password `root` by default) and HTTPS (try to open in a browser the URL `https://`, the login `admin` and password `admin` by default). For HTTPS a self-signed certificate is used by default. +3. Congratulations! Your Pi-KVM will be available via SSH (`ssh root@` with password `root` by default) and HTTPS (try to open in a browser the URL `https://`, the login `admin` and password `admin` by default). For HTTPS a self-signed certificate is used by default. -4. To change root password use command `passwd` via SSH or webterm. To change Pi-KVM web password use `kvmd-htpasswd set admin`. +4. To change the root password use command `passwd` via SSH or webterm. To change Pi-KVM web password use `kvmd-htpasswd set admin`. 5. After installation, we recommend that you update your operating system: ```shell