* Added SSH port config (#4832) * Adding ticks to port number based on feedback
This commit is contained in:
parent
5c644134ed
commit
5e09baa1aa
1 changed files with 1 additions and 0 deletions
|
@ -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).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue