1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 11:06:00 +02:00

nmcli-device: add wifi show-password example (#5191)

This commit is contained in:
David Auer 2021-01-28 11:08:26 +01:00 committed by GitHub
parent de1bb7bd00
commit 09e78d4bc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,3 +13,7 @@
- Connect to the Wi-Fi network with a specified name and password:
`nmcli device wifi connect {{ssid}} password {{password}}`
- Print password and QR code for the current Wi-Fi network:
`nmcli device wifi show-password`