mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-02-05 05:18:28 +00:00
Merge branch '3.0'
This commit is contained in:
commit
05414ffee8
@ -1915,7 +1915,9 @@ class SSH2
|
||||
*/
|
||||
public function login(string $username, ...$args): bool
|
||||
{
|
||||
$this->auth[] = func_get_args();
|
||||
if (!$this->retry_connect) {
|
||||
$this->auth[] = func_get_args();
|
||||
}
|
||||
|
||||
// try logging with 'none' as an authentication method first since that's what
|
||||
// PuTTY does
|
||||
|
Loading…
x
Reference in New Issue
Block a user