Site updated at 2017-03-08 09:20:08 UTC

This commit is contained in:
Travis CI 2017-03-08 09:20:08 +00:00
parent a93b525244
commit b8e779a4fe
24 changed files with 38 additions and 37 deletions

View file

@ -113,6 +113,7 @@ This platform is <strong>NOT</strong> available for <a href="http://pexpect.read
<li><strong>username</strong> (<em>Required</em>: The username of an user with administrative privileges, usually <code class="highlighter-rouge">admin</code>.</li>
<li><strong>password</strong> (<em>Optional</em>): The password for your given admin account (use this if no SSH key is given).</li>
<li><strong>protocol</strong> (<em>Optional</em>): The protocol (<code class="highlighter-rouge">ssh</code> or <code class="highlighter-rouge">telnet</code>) to use. Defaults to <code class="highlighter-rouge">ssh</code>.</li>
<li><strong>port</strong> (<em>Optional</em>): SSH port to use. Defaults to <code class="highlighter-rouge">22</code>.</li>
<li><strong>mode</strong> (<em>Optional</em>): The operating mode of the router (<code class="highlighter-rouge">router</code> or <code class="highlighter-rouge">ap</code>). Defaults to <code class="highlighter-rouge">router</code>.</li>
<li><strong>ssh_key</strong> (<em>Optional</em>): The path to your SSH private key file associated with your given admin account (instead of password).</li>
</ul>