Difference between revisions of "Dropbear"

From Amahi Wiki
Jump to: navigation, search
Line 2: Line 2:
  
 
[[Open_Terminal_as_root|Open terminal as root user]] and do the following:
 
[[Open_Terminal_as_root|Open terminal as root user]] and do the following:
* Edit '''/etc/default/dropbear''' and change '''''2222''''' to desired port number.
+
* Edit ''/etc/default/dropbear'' and change '''''2222''''' to desired port number.
 
{{Text|Text=# the TCP port that Dropbear listens on
 
{{Text|Text=# the TCP port that Dropbear listens on
 
DROPBEAR_PORT=2222}}
 
DROPBEAR_PORT=2222}}

Revision as of 22:58, 28 May 2012

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.
Text
​# the TCP port that Dropbear listens on DROPBEAR_PORT=2222​
  • Save and restart the service:
bash code
​sudo service dropbear restart​


Now you can access your HDA via the new port.