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

accepted format of host fingerprint should be documented #129

Open
netbrothers-tr opened this issue Oct 18, 2021 · 1 comment
Open

accepted format of host fingerprint should be documented #129

netbrothers-tr opened this issue Oct 18, 2021 · 1 comment

Comments

@netbrothers-tr
Copy link

The SftpConnectionProvider class accepts a host fingerprint as an constructor argument. This is documented but it lacks specifics. Did I guess right, that the fingerprint has to be provided in MD5 format? Then it would be easy to adjust the documentation like so for instance.

- 'fingerprint-string', // host fingerprint (optional, default: null),
+ 'fingerprint-string', // host MD5 fingerprint (optional, default: null),
@frankdejonge
Copy link
Member

That's correct, PR is welcome :)

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

2 participants