get rid of svn keywords once and for good
[myplc.git] / plc.d / ssh
index 1476cf1..21d4fea 100755 (executable)
--- a/plc.d/ssh
+++ b/plc.d/ssh
@@ -1,17 +1,19 @@
 #!/bin/bash
 #
-# priority: 600
+# priority: 500
 #
 # Generate SSH keys
 #
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: guest.init,v 1.12 2006/04/04 22:09:47 mlhuang Exp $
-#
 
 # Source function library and configuration
 . /etc/plc.d/functions
+. /etc/planetlab/plc_config
+
+# Be verbose
+set -x
 
 # XXX Could make these configurable
 KEY_TYPE_ROOT=rsa