mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-28 12:10:59 +00:00
SSH2: rm debug code
This commit is contained in:
parent
e006f5b326
commit
669ba5224f
@ -2570,9 +2570,7 @@ class SSH2
|
||||
$this->agent = $agent;
|
||||
$keys = $agent->requestIdentities();
|
||||
foreach ($keys as $key) {
|
||||
echo "so far\n";
|
||||
if ($this->privatekey_login($username, $key)) {
|
||||
echo "so good!?\n";
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user