- Timestamp:
- Mar 6, 2010 10:01:59 AM (15 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
- Children:
- 8846959
- Parents:
- 73e0a61
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/proxy_segment.py
r73e0a61 re777dab 31 31 32 32 scp_cmd = [self.scp_exec, '-o', 'IdentitiesOnly yes', 33 '-o', 'StrictHostKeyChecking no', '- i',33 '-o', 'StrictHostKeyChecking no', '-o', 'ForwardX11 no','-i', 34 34 self.ssh_privkey_file, file, 35 35 "%s@%s:%s" % (user, host, dest)] … … 57 57 """ 58 58 sh_str = ("%s -n -o 'IdentitiesOnly yes' -o " + \ 59 "'StrictHostKeyChecking no' -i %s %s@%s %s") % \ 59 "'StrictHostKeyChecking no' -o 'ForwardX11 no' " + 60 "-i %s %s@%s %s") % \ 60 61 (self.ssh_exec, self.ssh_privkey_file, 61 62 user, host, cmd)
Note: See TracChangeset
for help on using the changeset viewer.