Changeset 7862660 for fedd/federation/desktop_access.py
- Timestamp:
- Mar 10, 2014 4:21:09 PM (11 years ago)
- Branches:
- master
- Children:
- e1ed2a7b
- Parents:
- ea0e8cb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/desktop_access.py
rea0e8cb r7862660 415 415 # a file this end can access into its local file system. Try once 416 416 # a minute. 417 print >>f,'while ! /usr/bin/scp - o "StrictHostKeyChecking no" -i %s %s:/usr/local/federation/etc/prep_done /dev/null; do' % (self.ssh_identity, peer)417 print >>f,'while ! /usr/bin/scp -P %s -o "StrictHostKeyChecking no" -i %s %s:/usr/local/federation/etc/prep_done /dev/null; do' % (port, self.ssh_identity, peer) 418 418 print >>f, 'sleep 60; done' 419 419 print >>f, ('ssh -w 0:0 -p %s -o "Tunnel ethernet" ' + \
Note: See TracChangeset
for help on using the changeset viewer.