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

Not prompted for key passphrase when not using Pageant #11

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 0 comments
Open

Not prompted for key passphrase when not using Pageant #11

GoogleCodeExporter opened this issue Mar 14, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Set up a putty session with a pass-phrase protected key
2. Don't start Pageant (or don't add the key to Pageant)
3. Try to start the tunnel with ptman

What is the expected output? What do you see instead?
Instead of prompting you for the pass-phrase pageant just lets plink time out 
waiting.

This can be fixed by editing the PuttyLink.cs file and changing line 145 to 
include the word "passphrase" in the check:

else if (data.Contains("password") || data.Contains("passphrase"))

Original issue reported on code.google.com by [email protected] on 2 Oct 2011 at 8:00

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