thephpleague / flysystem-sftp

[READ-ONLY SUBSPLIT] Flysystem Adapter for SFTP
308 stars 95 forks source link

accepted format of host fingerprint should be documented #129

Open netbrothers-tr opened 3 years ago

netbrothers-tr commented 3 years ago

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 commented 3 years ago

That's correct, PR is welcome :)