Änderungen

Zur Navigation springen Zur Suche springen
57 Bytes hinzugefügt ,  20:26, 31. Okt. 2004
Zeile 38: Zeile 38:  
Telnet is by design very insecure, a far better way of configuring the router is ssh. there is a ssh-server for OpenWRT available, its name is dropbear. you can use the "ipkg" tool to install it. login to the linksys using telnet and issue the following commands:
 
Telnet is by design very insecure, a far better way of configuring the router is ssh. there is a ssh-server for OpenWRT available, its name is dropbear. you can use the "ipkg" tool to install it. login to the linksys using telnet and issue the following commands:
   −
   '''ipkg update''' (this will get a list of available software from the internet)
+
   '''ipkg update'''
   '''ipkg install dropbear''' (installs the dropbear-package)
+
   '''ipkg install dropbear'''
 +
The first command will get a currenty list of available software from the internet and the second command installs the dropbear-ssh-server.
   −
To set the root-password:
+
Now you need to set the root-password:
 
   '''passwd'''
 
   '''passwd'''
  

Navigationsmenü