mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-11 08:10:58 +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');
|
$this->_updateLogHistory('UNKNOWN (60)', 'NET_SSH2_MSG_USERAUTH_PK_OK');
|
||||||
break;
|
break;
|
||||||
case NET_SSH2_MSG_USERAUTH_SUCCESS:
|
case NET_SSH2_MSG_USERAUTH_SUCCESS:
|
||||||
$this->bitmap |= NET_SSH2_MASK_LOGIN;
|
$this->bitmap |= self::MASK_LOGIN;
|
||||||
return true;
|
return true;
|
||||||
default:
|
default:
|
||||||
user_error('Unexpected response to publickey authentication pt 1');
|
user_error('Unexpected response to publickey authentication pt 1');
|
||||||
|
Loading…
Reference in New Issue
Block a user