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

Support for SSH Key Auth in Net::SSH2 #42

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

jackson-tim
Copy link
Contributor

Took the previous PR from Ruairi and modified it to work w/ Net::SSH2. Also discovered that the Net::SSH2 shipped with Ubuntu 16.04LTS require both the private key + public key to be sent to auth properly, so added support so send it both. The public key isn't necessary usually according to the Net::SSH2 docs, so it's not mandatory.

@ydnath
Copy link
Member

ydnath commented Nov 25, 2019

Would this include the change in #25?

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

Successfully merging this pull request may close these issues.

2 participants