ssh ne doit pas demander interactivement de mot de passe, meme si la cle n'est pas bonne.
This commit is contained in:
parent
0e3892b755
commit
221f666ebd
@ -140,6 +140,8 @@ class backup_rsync(backup_generic):
|
|||||||
else:
|
else:
|
||||||
# case of rsync + ssh
|
# case of rsync + ssh
|
||||||
ssh_params = ['-o StrictHostKeyChecking=no']
|
ssh_params = ['-o StrictHostKeyChecking=no']
|
||||||
|
ssh_params.append('-o BatchMode=yes')
|
||||||
|
|
||||||
if self.private_key:
|
if self.private_key:
|
||||||
ssh_params.append('-i %s' % self.private_key)
|
ssh_params.append('-i %s' % self.private_key)
|
||||||
if self.cipher_spec:
|
if self.cipher_spec:
|
||||||
|
Loading…
Reference in New Issue
Block a user