mirror of https://github.com/pikvm/pikvm.git
Update flashing_os.md
This commit is contained in:
parent
fc73b2d573
commit
3fc8918204
|
|
@ -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.
|
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@<addr>` with password `root` by default) and HTTPS (try to open in a browser the URL `https://<IP addr>`, 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@<addr>` with password `root` by default) and HTTPS (try to open in a browser the URL `https://<addr>`, 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:
|
5. After installation, we recommend that you update your operating system:
|
||||||
```shell
|
```shell
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue