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
e006f5b326
commit
669ba5224f
@ -2570,9 +2570,7 @@ class SSH2
|
|||||||
$this->agent = $agent;
|
$this->agent = $agent;
|
||||||
$keys = $agent->requestIdentities();
|
$keys = $agent->requestIdentities();
|
||||||
foreach ($keys as $key) {
|
foreach ($keys as $key) {
|
||||||
echo "so far\n";
|
|
||||||
if ($this->privatekey_login($username, $key)) {
|
if ($this->privatekey_login($username, $key)) {
|
||||||
echo "so good!?\n";
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user