I'm trying to log into an SFTP site in order to pull some data. I have seen code that references a fingerprint in MD5 format (example - 52:14:a4:33:71:0a:b9:46:25:73:a0:96:94:b3:3b:03
), but the key that i need to send is in a different format (I think SSH-256). When I generate a script from WinSCP to show the login info along with the RSA fingerprint I get the below:
sftp://login:password;fingerprint=ssh-rsa-ZnGWcuKoRO0Kv4uDjkdhOLHlnz9PSYfx04oGp9sE3d3=@ftp.address.com/
I've modified the actual key so it's just fictional in the post.
Can anyone please help with the Python package/code I would need to pass this type of fingerprint?