diff --git a/book/book.json b/book/book.json index 71b3b9a..2453136 100644 --- a/book/book.json +++ b/book/book.json @@ -1,4 +1,5 @@ { + "gitbook": "2.x.x", "title": "3DR Solo Development Guide", "description": "Guide for development of hardware and software for Solo.", "plugins":[ diff --git a/book/starting-network.md b/book/starting-network.md index 6d54f9a..0337f0b 100644 --- a/book/starting-network.md +++ b/book/starting-network.md @@ -50,4 +50,4 @@ ssh-keygen -R 10.1.1.1 ### Security -Solo's root SSH password is the same for all devices. We recommend not modifying the SSH password. Instead, improve security on your device by [changing the WiFi SSID and password](https://3drobotics.com/kb/setting-wifi-password/) via the app. +Solo's root SSH password is the same for all devices. We recommend not modifying the SSH password, as the [solo cli](starting-utils.html) will no longer be able to connect. Instead, improve security on your device by [changing the WiFi SSID and password](https://3drobotics.com/kb/setting-wifi-password/) via the app.