diff --git a/reference/ssh2/functions/ssh2-auth-none.xml b/reference/ssh2/functions/ssh2-auth-none.xml index fa3d445e7d..d5362ebc0d 100644 --- a/reference/ssh2/functions/ssh2-auth-none.xml +++ b/reference/ssh2/functions/ssh2-auth-none.xml @@ -1,5 +1,5 @@ - + @@ -16,10 +16,31 @@ stringusername - - Attempt "none" authentication, returns a list of allowed methods on failed authentication, - false on utter failure, or true on success - + + Attempt "none" authentication which usually will (and should) fail. + As part of this failure, servers will return a list of accepted + authentication methods. If the server does accept "none" as an + authentication method for username, this function + will simply return &true; + + + + Using <function>ssh2_auth_none</function> to retreive + a list of authentication methods. + + +]]> + +