You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/usage/components/os/guides/day-1/security.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,19 @@ Because openUC2 OS comes with some default settings which make it less secure an
14
14
15
15
### How to change the Wi-Fi hotspot's password
16
16
17
+
#### via Machine Administration
18
+
19
+
1.[Open the browser app](./access.md#browser-apps) for Machine Administration.
20
+
2. Open the Internet Access page.
21
+
3. In the "Wi-Fi hotspot" section, enter a new password (at least 8 characters long, and up to 63 characters long) and press the "Update and restart" button.
22
+
23
+
#### via the terminal
24
+
17
25
By default, the password used for [connecting to the machine's Wi-Fi hotspot](./connectivity.md#via-the-machines-wi-fi-hotspot) is `youseetoo`.
18
26
You should change this password to something more secure:
19
27
20
28
1.[Enter the machine's terminal](./access.md#the-machines-terminal).
21
-
2. Run the following command and follow the displayed instructions:
29
+
2. Run the following command and follow the displayed instructions in order to enter a new password (at least 8 characters long, and up to 63 characters long):
22
30
```bash
23
31
read -sp "Enter a new password: " password &&echo"psk=$password"| sudo tee >/dev/null \
0 commit comments