We have upgraded the community system as part of the upgrade a password reset is required for all users before login in.

SSH access over LTE network (Over the air update)



  • Hi

    We are developing a product that will be installed for customers, both private and business.

    The onion board have LTE connectivity on board, that will be used to publish/subscribe over MQTT protocol.

    We would also like to be able to access onion board over SSH, to update or troubleshoot errors.
    Is this something that can be done over LTE?



  • @Waqas Onion is based upon OpenWrt which uses Dropbear as the sshd so you configure it in /etc/config/dropbear, or uci commands, by default it listens on all interfaces but you can add the interface option to specify a specific interface.You can also have multiple different configurations, I'm not sure what the limit is but I use 2 myself, one for local LAN and another for WAN port forwarded.

    Take a look at https://openwrt.org/docs/guide-user/base-system/dropbear



Looks like your connection to Community was lost, please wait while we try to reconnect.