mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-15 19:16:55 +00:00
SSH2: rm debug code
This commit is contained in:
parent
de4220c461
commit
3d70b5ece8
@ -4994,7 +4994,6 @@ class SSH2
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!$key->verify($this->exchange_hash, $signature)) {
|
if (!$key->verify($this->exchange_hash, $signature)) {
|
||||||
exit('error');
|
|
||||||
return $this->disconnect_helper(NET_SSH2_DISCONNECT_HOST_KEY_NOT_VERIFIABLE);
|
return $this->disconnect_helper(NET_SSH2_DISCONNECT_HOST_KEY_NOT_VERIFIABLE);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user