Dropbear

From Amahi Wiki
Revision as of 17:04, 9 January 2021 by Bigfoot65 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The SSH port can be easily changed in Dropbear.

Open terminal as root user and do the following:

  • Edit /etc/default/dropbear and change 2222 to desired port number.
# the TCP port that Dropbear listens on

DROPBEAR_PORT=2222

  • Save and restart the service:
sudo service dropbear restart

Now you can access your HDA via the new port number.