From 99d35913619541ed39670805529064c947973261 Mon Sep 17 00:00:00 2001 From: steeb Date: Tue, 22 Oct 2024 21:48:16 -0700 Subject: [PATCH] Update Dang networks are sure things --- Dang-networks-are-sure-things.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/Dang-networks-are-sure-things.md b/Dang-networks-are-sure-things.md index 4456814..4449d42 100644 --- a/Dang-networks-are-sure-things.md +++ b/Dang-networks-are-sure-things.md @@ -53,4 +53,17 @@ Host '' PubkeyAcceptedAlgorithms +ssh-rsa ``` -This enables the older SSH-RSA protocol for this single client, so that you don't need to downgrade all SSH connections. \ No newline at end of file +This enables the older SSH-RSA protocol for this single client, so that you don't need to downgrade all SSH connections. + +After that, you should be able to SSH into the device with `ssh ` - unlike normal SSH connection establishment, it will ask for both a username and then a password. The default username on a freshly reset AP is `super`, with a password of `sp-admin`. + +Once SSH'd into the device, run the following commands: + +``` +set https disable +set http enable +``` + +My experience with the first device was that at this point, you'll lose connection and the AP will reboot. Once back up, configure as normal by browsing to `http://`. + +This won't be a security issue as these devices themselves will not be exposed to the internet - in fact, hopefully everything on the 2.4GHz network (all we are using these old APs for) will be restricted from internet access, as every one of the is either a camera or smart home device, which is all handled by Home Assistant. \ No newline at end of file