jessedobbelaere / mysql-ssh-backups

MySQL backups with Python & SSH

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSH Keys

edwardpayton opened this issue · comments

Hey, first of all great work, your script has got me over a hurdle I was stuck on.

One issue I encountered was regarding the Paramiko connect class. Your script has look_for_keys=False which prevented a connection being made (for me anyway).

Forgive me if I'm missing something (I'm a Python newbie!), but removing that argument made the script work perfectly.

Great suggestion! Seems to be still working fine for me without it.
I fixed this in e30a7c4 :)