summaryrefslogtreecommitdiff
path: root/lib/ssh/doc/src/ssh.xml
diff options
context:
space:
mode:
authorHans Nilsson <hans@erlang.org>2021-04-21 09:02:12 +0200
committerHans Nilsson <hans@erlang.org>2021-04-26 11:58:48 +0200
commitd22f8d77a240abe8f13b5f43aa224b89df383bc2 (patch)
tree8069b51cb6bfa753601e4476abe43121d6bbaace /lib/ssh/doc/src/ssh.xml
parent6ced73fa554c3ec11bcb2e0936858d21a84697fe (diff)
downloaderlang-d22f8d77a240abe8f13b5f43aa224b89df383bc2.tar.gz
ssh,crypto: Move undocumented hash cmp func
to the only otp user ssh.
Diffstat (limited to 'lib/ssh/doc/src/ssh.xml')
-rw-r--r--lib/ssh/doc/src/ssh.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml
index b88bdc1667..6a8bde4ede 100644
--- a/lib/ssh/doc/src/ssh.xml
+++ b/lib/ssh/doc/src/ssh.xml
@@ -563,6 +563,13 @@
to connect to the server and public key user-authentication fails. The option provides
a list of valid usernames and the corresponding passwords.
</p>
+ <warning>
+ <p>Note that this is very insecure due to the plain-text passwords;
+ it is intended for test purposes.
+ Use the <seeerl marker="#option-pwdfun"><c>pwdfun</c></seeerl> option
+ to handle the password checking instead.
+ </p>
+ </warning>
</item>
<tag><marker id="option-pk_check_user"/><c>pk_check_user</c></tag>