
Project Description
Automate the acquisition of a SFTP server public key fingerprint.
Doing the work necessary to determine if your SFTP connection is secure without having access to the host key is annoying. The process can and should be automated.
Business Requirements
Create a process whereby you automate verification of a host key based on its fingerprint.
Project Resources
The following information may help you in your task.
Python — pysftp / paramiko — Verify host key using its fingerprint
I never solved this problem. Good luck. We’re all counting on you.