Changes

Line 55: Line 55:  
</li>
 
</li>
 
<li>
 
<li>
If you're using SSH remotely, don't forget to use the router's public IP address when logging in and enable remote SSH access on the router. You can do that by logging in to router's WebUI and navigating to '''System → Administration → Access Control'''. When there, place a check mark next to the "Remote SSH access field" and click "Save":
+
If you're using SSH remotely, don't forget to use the router's public IP address when logging in and enable remote SSH access on the router. You can do that by issuing the following commands:
[[File:How to enable remote ssh access.png]]
+
<pre>
 +
uci set firewall.@rule[5].enabled=1
 +
uci commit
 +
/etc/init.d/firewall restart
 +
</pre>
 
</li>
 
</li>
 
</ul>
 
</ul>

Navigation menu