Skip to content

Commit

Permalink
Keep SSH host key checking. Fixes #714
Browse files Browse the repository at this point in the history
  • Loading branch information
m3nu committed Nov 17, 2020
1 parent 35b9d9c commit dc33b70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vorta/borg/borg_thread.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ def __init__(self, cmd, params, parent=None):
if env.get('BORG_PASSCOMMAND', False):
env.pop('BORG_PASSPHRASE', None) # Unset passphrase

env['BORG_RSH'] = 'ssh -oStrictHostKeyChecking=no'
ssh_key = params.get('ssh_key')
if ssh_key is not None:
ssh_key_path = os.path.expanduser(f'~/.ssh/{ssh_key}')
Expand Down

0 comments on commit dc33b70

Please sign in to comment.