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

Auto-discover private key #68

Open
mojavelinux opened this issue Jan 24, 2018 · 3 comments
Open

Auto-discover private key #68

mojavelinux opened this issue Jan 24, 2018 · 3 comments
Assignees

Comments

@mojavelinux
Copy link
Contributor

mojavelinux commented Jan 24, 2018

It would be nice if this library would auto-discover the private key rather than having to read in the file explicitly. I could get behind a boolean flag, a path to a private key, or an environment variable. But having to use the fs API to read the file makes the library very unfriendly for configuration.

@mojavelinux
Copy link
Contributor Author

gulp-sftp offers this feature, so perhaps that can be used as a starting point.

@mojavelinux
Copy link
Contributor Author

At the very least, it should be possible to specify the private key as a path.

@mojavelinux
Copy link
Contributor Author

@zensh You can assign this one to me. I'm partially there in implementing it.

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