You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One thing very important is, you need to get rid of hostname param from params. Otherwise you will get connect() got multiple values for argument 'hostname'.
One thing that must be mentioned in docs is that known_host_file must be present with 644 rights.
The text was updated successfully, but these errors were encountered:
I have read through the several issues on this matter and attempted to do this. I am still getting the same error that was described. self._system_host_keys = HostKeys() RecursionError: maximum recursion depth exceeded
Can you not specify ~/.ssh/known_hosts in the known_host_file parameter?
I still can't make it work, in my case, there's no error. The code is just stuck at 'Writing file to default-home-2018-11-26-184715.psql' for hours. Any fixes?
I had problems with backing up data to SFTP as mentioned here: jschneier/django-storages#199
But, playing with the settings and some input from @jbittel I finally make it work!
Here are working settings:
One thing very important is, you need to get rid of
hostname
param fromparams
. Otherwise you will getconnect() got multiple values for argument 'hostname'
.One thing that must be mentioned in docs is that
known_host_file
must be present with644
rights.The text was updated successfully, but these errors were encountered: