password on console (serial) access
-
is it possible to enable asking for password on console access -
with the serial connection?i read something about the /etc/inittab, but i can't activate the password for the serial ssh console.
thanks
Daniel
-
@Daniel-Bachmann Yes, it is possible - for example with these commands:
uci set system.@system[0].ttylogin='1'
uci commit system
reboot
user: root, password: onioneer (default login credentials)Unfortunately it's fairly easy to bypass this solution due to the physical access to the device.