@Stefano-P. Thanks for your reply : )
Posts made by David W
-
RE: How to disable SSH password login?
@Luciano-S. :thumbsup_tone2: Thank you! It works well.
$ uci export dropbear $ uci set dropbear.@dropbear[0].PasswordAuth=0 $ uci set dropbear.@dropbear[0].RootPasswordAuth=0 $ uci commit dropbear $ uci export dropbear $ cat /etc/config/dropbear $ /etc/init.d/dropbear restart
Ref:
https://community.onion.io/topic/1600/how-to-configure-dropbear-for-key-based-auth-only/3
https://wiki.openwrt.org/doc/howto/dropbear.public-key.auth
https://wiki.openwrt.org/doc/uci/dropbear -
RE: How can I get the source code of Omega2's firmware?
@José-Luis-Cánovas Hello Jose, So kind of you! Thank you so much! You save my life.
-
How to disable SSH password login?
Hi Omega Team,
I wana disable the root account login via SSH by password.
Could you tell how to do it?I can not find the sshd config file at "/etc/ssh/sshd_config".
PubkeyAuthentication yes
// disable ssh text password login(private key file login only).
PasswordAuthentication noThank you!
David -
How can I get the source code of Omega2's firmware?
Hi Omega Team,
How can I get the source code of Omega2's firmware?
Is it open source?Thank you!
David.