Added SSH port config (#4832) (#1721)

* Added SSH port config (#4832)

* Adding ticks to port number based on feedback
This commit is contained in:
Scott Bradshaw 2017-03-08 04:15:52 -05:00 committed by Fredrik Lindqvist
parent 5c644134ed
commit 5e09baa1aa

View File

@ -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).