Difference between revisions of "Dropbear"

From Amahi Wiki
Jump to: navigation, search
(Created page with "The SSH port can be easily changed in [http://www.amahi.org/apps/dropbear Dropbear] by following the guidance below:")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
The SSH port can be easily changed in [http://www.amahi.org/apps/dropbear Dropbear] by following the guidance below:
+
The SSH port can be easily changed in [http://www.amahi.org/apps/dropbear Dropbear].
 +
 
 +
[[Open_Terminal_as_root|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.

Latest revision as of 17:04, 9 January 2021

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.