48
48
ssh_command = config['ssh_command']
51
52
'-o', 'UserKnownHostsFile=%s' % t.name,
52
53
'-o', 'StrictHostKeyChecking=yes',
53
55
'-i', config['ssh_private_key_file'],
54
56
'-R', '%d:%s:%d' % (ssh_req['port'], config['rsyncd_local_address'], config['rsyncd_local_port']),
55
57
'-p', str(storage['ssh_ping_port']),