diff options
author | Christian Pointner <equinox@helsinki.at> | 2010-04-13 21:19:34 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2010-04-13 21:19:34 (GMT) |
commit | 018ec86b235bd3f6fa00d1b530d56e4d3b0abaed (patch) | |
tree | 6ebcf096251fb0a1614ea7a369e45ae8ea28e57d /rhimport-create-id | |
parent | bfdf724b064785a3c73c423b54d755a9788736c3 (diff) |
cleanup
added menu entry
Diffstat (limited to 'rhimport-create-id')
-rwxr-xr-x | rhimport-create-id | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhimport-create-id b/rhimport-create-id index 3929983..01a19b8 100755 --- a/rhimport-create-id +++ b/rhimport-create-id @@ -6,4 +6,4 @@ KEYFILE=$KEYDIR/import.key mkdir -p $KEYDIR ssh-keygen -f $KEYFILE -t dsa chmod 600 $KEYFILE -cat $KEYFILE.pub | ssh rhadmin@airplay "sudo /usr/local/bin/rhimport-add-id"
\ No newline at end of file +cat $KEYFILE.pub | ssh rhadmin@airplay "sudo /usr/local/bin/rhimport-add-id" |