From 5e09baa1aa2e6f73a8cb49ce0d3d29d259445289 Mon Sep 17 00:00:00 2001 From: Scott Bradshaw Date: Wed, 8 Mar 2017 04:15:52 -0500 Subject: [PATCH] Added SSH port config (#4832) (#1721) * Added SSH port config (#4832) * Adding ticks to port number based on feedback --- source/_components/device_tracker.asuswrt.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/device_tracker.asuswrt.markdown b/source/_components/device_tracker.asuswrt.markdown index 27f5281ea75..a49a0663097 100644 --- a/source/_components/device_tracker.asuswrt.markdown +++ b/source/_components/device_tracker.asuswrt.markdown @@ -35,6 +35,7 @@ Configuration variables: - **username** (*Required*: The username of an user with administrative privileges, usually `admin`. - **password** (*Optional*): The password for your given admin account (use this if no SSH key is given). - **protocol** (*Optional*): The protocol (`ssh` or `telnet`) to use. Defaults to `ssh`. +- **port** (*Optional*): SSH port to use. Defaults to `22`. - **mode** (*Optional*): The operating mode of the router (`router` or `ap`). Defaults to `router`. - **ssh_key** (*Optional*): The path to your SSH private key file associated with your given admin account (instead of password).