-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Added support for pysftp==0.2.9 with host public key #2195
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
Conversation
|
is correllated with this problem : |
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
Add a new "Host Public Key" field to verify the identity of the remote SFTP server. - When filled: strict host key verification (protects against man-in-the-middle attacks) - When empty: host key checking disabled (old behavior preserved, no known_hosts warnings) - "Test SFTP Connection" button now also validates the provided key - Eliminates the UserWarning about missing ~/.ssh/known_hosts - All existing tests pass - New comprehensive test added for valid/invalid/empty key cases - Documentation updated in readme/USAGE.md Based on the original (never merged) PR OCA#2195 from 14.0, now correctly implemented and fully tested for 17.0.
Add a new "Host Public Key" field to verify the identity of the remote SFTP server. - When filled: strict host key verification (protects against man-in-the-middle attacks) - When empty: host key checking disabled (old behavior preserved, no known_hosts warnings) - "Test SFTP Connection" button now also validates the provided key - Eliminates the UserWarning about missing ~/.ssh/known_hosts - All existing tests pass - New comprehensive test added for valid/invalid/empty key cases - Documentation updated in readme/USAGE.rst Based on the original (never merged) PR OCA#2195 from 14.0, now correctly implemented and fully tested for 16.0.
Add a new "Host Public Key" field to verify the identity of the remote SFTP server. - When filled: strict host key verification (protects against man-in-the-middle attacks) - When empty: host key checking disabled (old behavior preserved, no known_hosts warnings) - "Test SFTP Connection" button now also validates the provided key - Eliminates the UserWarning about missing ~/.ssh/known_hosts - All existing tests pass - New comprehensive test added for valid/invalid/empty key cases - Documentation updated in readme/USAGE.md Based on the original (never merged) PR OCA#2195 from 14.0, now correctly implemented and fully tested for 17.0.
Add a new "Host Public Key" field to verify the identity of the remote SFTP server. - When filled: strict host key verification (protects against man-in-the-middle attacks) - When empty: host key checking disabled (old behavior preserved, no known_hosts warnings) - "Test SFTP Connection" button now also validates the provided key - Eliminates the UserWarning about missing ~/.ssh/known_hosts - All existing tests pass - New comprehensive test added for valid/invalid/empty key cases - Documentation updated in readme/USAGE.rst Based on the original (never merged) PR OCA#2195 from 14.0, now correctly implemented and fully tested for 16.0.
Add a new "Host Public Key" field to verify the identity of the remote SFTP server. - When filled: strict host key verification (protects against man-in-the-middle attacks) - When empty: host key checking disabled (old behavior preserved, no known_hosts warnings) - "Test SFTP Connection" button now also validates the provided key - Eliminates the UserWarning about missing ~/.ssh/known_hosts - All existing tests pass - New comprehensive test added for valid/invalid/empty key cases - Documentation updated in readme/USAGE.md Based on the original (never merged) PR OCA#2195 from 14.0, now correctly implemented and fully tested for 17.0.
No description provided.