From e780bba9854d856a44b82eb9e511828d7bb22d98 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Sun, 2 Aug 2020 01:18:52 +0300 Subject: [PATCH] Update building_os.md --- building_os.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/building_os.md b/building_os.md index a2f1efa5..93230975 100644 --- a/building_os.md +++ b/building_os.md @@ -81,7 +81,7 @@ The Pi-KVM OS is based on Arch Linux ARM and contains all the required packages 8. **Only for v0**: [Flash the Arduino HID](flashing_hid.md). -9. 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://`, use login `admin` and password `admin`). For HTTPS a self-signed certificate is used by default. +9. 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. 10. To change root password use command `passwd` via SSH or webterm. To change Pi-KVM web password use `kvmd-htpasswd set admin`.