X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plc.d%2Fssh;h=907c85148f02a2f3fdc7a72809a2e52800328911;hb=056625369a7163e8540b1e5cee4d756c07a64456;hp=1cc3ac142e675b2f9e5ad79f7b99af302507c65f;hpb=309572ab8b4843bb6507b0b3f6dc5e5240af257b;p=myplc.git diff --git a/plc.d/ssh b/plc.d/ssh index 1cc3ac1..907c851 100755 --- a/plc.d/ssh +++ b/plc.d/ssh @@ -1,19 +1,22 @@ #!/bin/bash +# $Id$ +# $URL$ # -# priority: 600 +# priority: 500 # # Generate SSH keys # # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: ssh,v 1.1 2006/04/06 21:51:59 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 KEY_LEN_ROOT=1024