Skip to content

Commit 352e0ff

Browse files
committed
[airos] fixed typo
1 parent 06434f3 commit 352e0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/backends/airos.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ From the antenna configuration take the user section.
208208
users.1.name=ubnt
209209
users.1.password=$1$yRo1tmtC$EcdoRX.JnD4VaEYgghgWg1
210210
211-
I the line ``users.1.password=$1$yRo1tmtC$EcdoRX.JnD4VaEYgghgWg1`` there are both the salt and the password hash in the format ``$ algorithm $ salt $ hash $``, e.g in the previous block ``algorithm=1``, ``salt=yRo1tmtC`` and ``hash=EcdoRX.JnD4VaEYgghgWg1``.
211+
In the line ``users.1.password=$1$yRo1tmtC$EcdoRX.JnD4VaEYgghgWg1`` there are both the salt and the password hash in the format ``$ algorithm $ salt $ hash $``, e.g in the previous block ``algorithm=1``, ``salt=yRo1tmtC`` and ``hash=EcdoRX.JnD4VaEYgghgWg1``.
212212

213213
To specify the password in NetJSON use the ``user`` property.
214214

0 commit comments

Comments
 (0)