mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-05 21:17:53 +00:00
SSH2: adjustments for 2.0 branch
This commit is contained in:
parent
dc7f8dafbc
commit
2eae2989f4
@ -2636,7 +2636,7 @@ class SSH2
|
||||
$this->_updateLogHistory('UNKNOWN (60)', 'NET_SSH2_MSG_USERAUTH_PK_OK');
|
||||
break;
|
||||
case NET_SSH2_MSG_USERAUTH_SUCCESS:
|
||||
$this->bitmap |= NET_SSH2_MASK_LOGIN;
|
||||
$this->bitmap |= self::MASK_LOGIN;
|
||||
return true;
|
||||
default:
|
||||
user_error('Unexpected response to publickey authentication pt 1');
|
||||
|
Loading…
Reference in New Issue
Block a user