mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-02-02 20:08:29 +00:00
Merge branch '1.0' into 2.0
This commit is contained in:
commit
f1c7946b72
@ -972,9 +972,9 @@ class SSH2
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The authentication methods that may productively continue authentication.
|
* The authentication methods that may productively continue authentication.
|
||||||
*
|
*
|
||||||
* @see https://tools.ietf.org/html/rfc4252#section-5.1
|
* @see https://tools.ietf.org/html/rfc4252#section-5.1
|
||||||
* @var array|null
|
* @var array|null
|
||||||
*/
|
*/
|
||||||
private $auth_methods_to_continue = null;
|
private $auth_methods_to_continue = null;
|
||||||
|
|
||||||
@ -5162,7 +5162,7 @@ class SSH2
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Return the list of authentication methods that may productively continue authentication.
|
* Return the list of authentication methods that may productively continue authentication.
|
||||||
*
|
*
|
||||||
* @see https://tools.ietf.org/html/rfc4252#section-5.1
|
* @see https://tools.ietf.org/html/rfc4252#section-5.1
|
||||||
* @return array|null
|
* @return array|null
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user