From e0eb0cdd8a3e444bd847da0c22a077a0ec34bd43 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Fri, 28 Aug 2020 18:07:18 +0300 Subject: [PATCH] Update flashing_os.md --- pages/flashing_os.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/flashing_os.md b/pages/flashing_os.md index c77c3b2a..b43a41dd 100644 --- a/pages/flashing_os.md +++ b/pages/flashing_os.md @@ -46,7 +46,7 @@ Decompress and flash image and follow to the [final steps](#the-final-steps). Be 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 the root password use command `passwd` via SSH or webterm. To change Pi-KVM web password use `kvmd-htpasswd set admin`. - As indicated on the login screen use `rw` to make the root filesystem writable, before issuing these commands. + As indicated on the login screen use `rw` to make the root filesystem writable, before issuing these commands. After making changes, make sure to run the command `ro. 5. After installation, we recommend you to update your operating system: ```shell