Maybe it is not possible (for security reasons, I suppose)... Are you sure you want to do it?
I suggest to set up a key-based ssh login if putting every time the password is annoying to you.
Posts made by Stefano P.
-
RE: How to disable SSH password login?
-
RE: [workaround] Omega2+ "wifimanager" command never completes
@David-Ehnebuske said in [workaround] Omega2+ "wifimanager" command never completes:
After doing a "factory reset" on my Omega2+ it boots up nicely and its AP shows up. But if I connect to it, all I get is an "Index of /console/" page in the web browser.
After a factory reset if http://192.168.3.1 returns "Index of /console", You need to go to http://192.168.3.1/setup-wizard/ and follow the wizard.
-
RE: How to disable AP?
@Francesco-Pessolano this is what I did:
uci set wireless.@wifi-iface[0].hidden='1'
uci commit
reload_config
reboot
Since 'hidden' value is set to 1, when my Omega boot up the AP ssid is hidden as expected.
-
RE: How to disable AP?
@Luciano-S @Francesco-Pessolano It worked for me. (Reboot needed)
-
RE: How to disable AP?
@Zheng-Han said in How to disable AP?:
You can't just disable the AP and keep wifi client. You will have to disable wifi all together or make AP SSID hidden
Thank you for the reply. How to hide AP SSID?
-
How to disable AP?
Hi guys, I wanna know if it is possible to disable AP through command line.