[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/security] Add batchmode and also Connect/SetupTimeout parameters to ssh



---
 ChangeLog                 |    3 +++
 config/debian/cron.buildd |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 429835b..16b1a59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2008-06-14  Joerg Jaspert  <joerg@debian.org>
 
+	* config/debian/cron.buildd: Add batchmode and also
+	Connect/SetupTimeout parameters to ssh
+
 	* config/debian/cron.dinstall (POSTDUMP): Compress all
 	uncompressed psql backups
 
diff --git a/config/debian/cron.buildd b/config/debian/cron.buildd
index 1bc4d68..9849447 100755
--- a/config/debian/cron.buildd
+++ b/config/debian/cron.buildd
@@ -2,5 +2,5 @@
 #
 # Called from cron.unchecked to update wanna-build, each time it runs.
 #
-ssh buildd@buildd /org/wanna-build/trigger.often
+ssh -o BatchMode=yes -o ConnectTimeout=30 -o SetupTimeout=240 buildd@buildd /org/wanna-build/trigger.often
 exit 0
-- 
1.5.6.5



Reply to: