|
From: <di...@us...> - 2007-01-29 01:31:17
|
Revision: 324
http://safekeep.svn.sourceforge.net/safekeep/?rev=324&view=rev
Author: dimi
Date: 2007-01-28 17:31:16 -0800 (Sun, 28 Jan 2007)
Log Message:
-----------
"Stelian Pop" <st...@la...>
Invoke remote command explicitly in case the wrong
SSH key is used with the client.
Modified Paths:
--------------
safekeep/trunk/safekeep
Modified: safekeep/trunk/safekeep
===================================================================
--- safekeep/trunk/safekeep 2007-01-28 23:34:41 UTC (rev 323)
+++ safekeep/trunk/safekeep 2007-01-29 01:31:16 UTC (rev 324)
@@ -551,7 +551,7 @@
do_server_data_cleanup(cfg)
if cfg['host']:
- cmd = 'ssh -T -i %(key_ctrl)s -l %(user)s %(host)s' % cfg
+ cmd = 'ssh -T -i %(key_ctrl)s -l %(user)s %(host)s safekeep --client' % cfg
else:
cmd = 'safekeep --client'
debug('Run [' + cmd + ']')
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|