diff --git a/content/docs/advanced-usage/developing.mdx b/content/docs/advanced-usage/developing.mdx index 7d6ea38..5673662 100644 --- a/content/docs/advanced-usage/developing.mdx +++ b/content/docs/advanced-usage/developing.mdx @@ -8,7 +8,7 @@ JetKVM is built with developers in mind, providing tools and modes that allow yo ## Developer Mode -Developer Mode unlocks SSH access to the JetKVM device, allowing you to customize or modify the system. When you enable Developer Mode, you must provide an **SSH public key**, as JetKVM uses key-based authentication. **We do not allow password-based SSH logins for security reasons.** +Developer Mode unlocks SSH access to the JetKVM device, allowing you to customize or modify the system. When you enable Developer Mode, you must provide an **SSH public key**, as JetKVM uses key-based authentication. **For security reasons, you can not user your JetKVM password for SSH logins.** Once enabled, you can SSH into the JetKVM device, explore the system, and run your own applications. The system runs on a lightweight Linux environment using **BusyBox** as the core user space and **DropBear** as the SSH server.