Merge branch '3.0'

This commit is contained in:
terrafrost 2022-01-29 11:38:28 -06:00
commit d6a068e5f3

View File

@ -4994,7 +4994,6 @@ class SSH2
}
if (!$key->verify($this->exchange_hash, $signature)) {
exit('error');
return $this->disconnect_helper(NET_SSH2_DISCONNECT_HOST_KEY_NOT_VERIFIABLE);
};