Changeset e777dab


Ignore:
Timestamp:
Mar 6, 2010 10:01:59 AM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
Children:
8846959
Parents:
73e0a61
Message:

Don't forward X11 - things can fail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/proxy_segment.py

    r73e0a61 re777dab  
    3131
    3232        scp_cmd = [self.scp_exec, '-o', 'IdentitiesOnly yes',
    33                 '-o', 'StrictHostKeyChecking no', '-i',
     33                '-o', 'StrictHostKeyChecking no', '-o', 'ForwardX11 no','-i',
    3434                self.ssh_privkey_file, file,
    3535                "%s@%s:%s" % (user, host, dest)]
     
    5757        """
    5858        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") % \
    6061                (self.ssh_exec, self.ssh_privkey_file,
    6162                        user, host, cmd)
Note: See TracChangeset for help on using the changeset viewer.