All Questions
Tagged with ssh-host-keypython
1 question
1vote
1answer
13kviews
What are the risk of NOT using a host key for SFTP using pysftp?
I've put together an ETL process with Python where I move some files from an SFTP server to a local sever. I'm following the directions from here: http://pysftp.readthedocs.io/en/release_0.2.9/...