Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RSA key login #5

Open
jimmycleuren opened this issue Mar 27, 2013 · 0 comments
Open

RSA key login #5

jimmycleuren opened this issue Mar 27, 2013 · 0 comments

Comments

@jimmycleuren
Copy link

In SSH2.php:1477 it says:

if (is_object($password) && strtolower(get_class($password)) == 'crypt_rsa')

The class name is now longer when using namespaces. The correct line reads:

if (is_object($password) && stristr(get_class($password), 'crypt_rsa'))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant