From 1b0db134f497e0d25104ab5ff9f082c9c1383b3c Mon Sep 17 00:00:00 2001 From: l-m Date: Sat, 21 Feb 2026 13:55:00 +1100 Subject: [PATCH] fix: nmcli connection command in iot Not using `--ask` in `nmcli` is really annoying because your password ends up inside your command line history. --- content/iot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/iot.md b/content/iot.md index 7632b8a..d6985e3 100644 --- a/content/iot.md +++ b/content/iot.md @@ -27,7 +27,7 @@ See the bottom of the document at [#acquire-your-macv4-address](#acquire-your-ma 3. Type in your MAC address, click create, and you're done! -4. **Connect to UNSW-IoT using the password they provide to you**, like `iwctl station wlan0 connect UNSW-IoT` or `nmcli device wifi connect UNSW-IoT password `. +4. **Connect to UNSW-IoT using the password they provide to you**, like `iwctl station wlan0 connect UNSW-IoT` or `nmcli device wifi --ask connect UNSW-IoT`. ![Create new UNSW-IoT device portal](/assets/UNSW-IoT-create-new-device.png)