Skip to content

Commit

Permalink
Merge branch '1.0' into 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
terrafrost committed Dec 19, 2023
2 parents 5a903ae + 23f117e commit 90de8f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion phpseclib/Net/SSH2.php
Original file line number Diff line number Diff line change
Expand Up @@ -2270,7 +2270,9 @@ function _bad_algorithm_candidate($algorithm)
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
Expand Down

0 comments on commit 90de8f1

Please sign in to comment.