External SSH

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 16:46, 7 April 2008 (edit)
Soulstace (Talk | contribs)
m
← Previous diff
Revision as of 11:46, 12 October 2008 (edit) (undo)
Soulstace (Talk | contribs)
m
Next diff →
Line 4: Line 4:
# Goto the ''Administration'' tab and the ''Services'' sub-tab on the [[Web Interface]] # Goto the ''Administration'' tab and the ''Services'' sub-tab on the [[Web Interface]]
# Enable "SSHd" is under the section titled "Secure Shell" # Enable "SSHd" is under the section titled "Secure Shell"
-# Choose an appropriate port (The default is 22, but it is recommended that you change it to a non-standard port above 1024 for security reasons)+# Choose an appropriate port (The default is 22, but it is recommended that you change it to a non-standard port above 1024 for security reasons. Remember the port number, as you will need to enter it into your SSH client in order to connect to the router)
-# Apply Settings if needed+# Save
==Enable Remote Access== ==Enable Remote Access==
Line 11: Line 11:
# Enable "SSH Management" under the section titled "Remote Access" # Enable "SSH Management" under the section titled "Remote Access"
# Apply Settings # Apply Settings
 +Now you will be able to connect to your router's WAN IP from the internet using an SSH client such as [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY].
==Disabling Remote Access== ==Disabling Remote Access==
 +If at any time you wish to disable SSH access from the WAN,
# Goto the ''Administration'' tab and the ''Management'' sub-tab on the [[Web Interface]] # Goto the ''Administration'' tab and the ''Management'' sub-tab on the [[Web Interface]]
# Disable "SSH Management" under the section titled "Remote Access" # Disable "SSH Management" under the section titled "Remote Access"

Revision as of 11:46, 12 October 2008

SSH access from Internet

Contents

Ensure SSH Enabled

  1. Goto the Administration tab and the Services sub-tab on the Web Interface
  2. Enable "SSHd" is under the section titled "Secure Shell"
  3. Choose an appropriate port (The default is 22, but it is recommended that you change it to a non-standard port above 1024 for security reasons. Remember the port number, as you will need to enter it into your SSH client in order to connect to the router)
  4. Save

Enable Remote Access

  1. Goto the Administration tab and the Management sub-tab on the Web Interface
  2. Enable "SSH Management" under the section titled "Remote Access"
  3. Apply Settings

Now you will be able to connect to your router's WAN IP from the internet using an SSH client such as PuTTY.

Disabling Remote Access

If at any time you wish to disable SSH access from the WAN,

  1. Goto the Administration tab and the Management sub-tab on the Web Interface
  2. Disable "SSH Management" under the section titled "Remote Access"
  3. Apply Settings

References