Merge branch '1.0' into 2.0

This commit is contained in:
terrafrost 2023-12-18 22:54:31 -06:00
commit 90de8f1255
1 changed files with 3 additions and 1 deletions

View File

@ -2270,7 +2270,9 @@ class SSH2
function login($username)
{
$args = func_get_args();
$this->auth[] = $args;
if (!$this->retry_connect) {
$this->auth[] = $args;
}
// try logging with 'none' as an authentication method first since that's what
// PuTTY does