This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
admin-access [2024/11/28 23:04] – [Web Admin] -Condense hogwild | admin-access [2024/11/28 23:13] (current) – [Admin Restrictions] -Formatting hogwild | ||
---|---|---|---|
Line 105: | Line 105: | ||
===== SSH Daemon ===== | ===== SSH Daemon ===== | ||
- | The Secure SHell tunneling protocol lets you make secure local and remote connections to FreshTomato. With the help of the Dropbear service, it also lets you make SSH connections //though | + | The Secure SHell tunneling protocol lets you make secure local and remote connections to FreshTomato. With the help of the Dropbear service, it also lets you make SSH connections //through |
\\ | \\ | ||
- | **Enable at Startup: | + | **Enable at Startup:** checking this starts the SSH when the router boots. |
+ | |||
+ | (Default: Enabled). | ||
\\ | \\ | ||
- | **Extended MOTD: | + | **Extended MOTD:** enables the Message of the Day function. |
- | This displays a custom message | + | This displays a custom message |
\\ {{:: | \\ {{:: | ||
Line 121: | Line 123: | ||
\\ | \\ | ||
- | **Remote Access: | + | **Remote Access: |
+ | |||
+ | (Default: Disabled). | ||
\\ | \\ | ||
Line 127: | Line 131: | ||
**Remote Forwarding: | **Remote Forwarding: | ||
- | Dropbear provides SSH services on the router, including SSH port tunneling | + | Dropbear provides SSH services on the router, including SSH port tunneling/forwarding. Don't confuse this with standard (local) Port Forwarding. |
For example, say you want to access a PC on your LAN via Remote Desktop. However, you don't want the security risk of using standard port forwarding to open a port for RDP to the Internet. | For example, say you want to access a PC on your LAN via Remote Desktop. However, you don't want the security risk of using standard port forwarding to open a port for RDP to the Internet. | ||
Line 135: | Line 139: | ||
This way, when you are connected to the the router via SSH, you can run RDP on your machine, connect to 127.0.0.1: | This way, when you are connected to the the router via SSH, you can run RDP on your machine, connect to 127.0.0.1: | ||
- | **Port: | + | **Port: **sets the port on which SSH traffic flows. |
+ | |||
+ | Changing this from the default is highly recommended. Port 22 is constantly scanned by Internet hackers. | ||
- | Changing this from the default is highly recommended. Port 22 is constantly scanned by Internet hackers. | + | (Default: 22). |
\\ | \\ | ||
Line 143: | Line 149: | ||
**Allow Password Login: | **Allow Password Login: | ||
- | No authorized encryption key is needed. When disabled, SSH requires an authorized key to allow clients | + | An authorized encryption key isn' |
\\ | \\ | ||
- | **Authorized Keys: | + | **Authorized Keys:** one or more encryption keys that authorize an SSH client to access to the LAN. |
\\ | \\ | ||
Line 153: | Line 159: | ||
**Stop Now/Start Now:** clicking this instantly stops/ | **Stop Now/Start Now:** clicking this instantly stops/ | ||
- | The button | + | The button |
===== Telnet Daemon ===== | ===== Telnet Daemon ===== | ||
- | (Terminal EmuLation over the NEtwork) | + | The (Terminal EmuLation over the NEtwork) protocol allows LAN and remote connections via a command-line interface. Unlike SSH, Telnet is not secure. |
\\ | \\ | ||
Line 179: | Line 185: | ||
===== Admin Restrictions ===== | ===== Admin Restrictions ===== | ||
- | **Allowed Remote IP Address:** the IP addresses/ DNS names of hosts to allow to connect to the FreshTomato | + | **Allowed Remote IP Address:** the IP addresses/ |
Addresses can be individual, comma-separated, | Addresses can be individual, comma-separated, | ||
Line 185: | Line 191: | ||
\\ | \\ | ||
- | **Limit Connection Attempts: ** specifies whether the number of SSH or Telnet connection attempts will be limited to number (n) at certain frequency (f). (Default: 3 connection attempts every 60 seconds). | + | **Limit Connection Attempts: **specifies whether the number of SSH/Telnet connection attempts will be limited to a number (n) at certain frequency (f). |
- | Checking SSH limits the number of SSH connection attempts to number n at frequency f (in seconds). Checking Telnet works similarly. | + | (Default: 3 connection attempts every 60 seconds). |
\\ {{:: | \\ {{:: |