Merge branch '1.0' into 2.0

This commit is contained in:
terrafrost 2024-11-28 17:18:22 -06:00
commit 6865afbede

View File

@ -5655,4 +5655,12 @@ class SSH2
{
$this->smartMFA = false;
}
/**
* How many bytes until the next key re-exchange?
*/
function bytesUntilKeyReexchange($bytes)
{
$this->doKeyReexchangeAfterXBytes = $bytes;
}
}