diff options
author | Christian Pointner <equinox@helsinki.at> | 2015-07-22 13:20:09 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2015-07-22 13:20:09 (GMT) |
commit | e6035cca7cf6f23b3965f6238e41103838c48d3b (patch) | |
tree | ed9dffb239a8babbf37a8cb11dc7d1ddfef54f99 /rhimport-create-id | |
parent | f4fd11fd93aeba8650f413f4a7a538eb8ba59ea0 (diff) |
removed old stuff
Diffstat (limited to 'rhimport-create-id')
-rwxr-xr-x | rhimport-create-id | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/rhimport-create-id b/rhimport-create-id deleted file mode 100755 index 01a19b8..0000000 --- a/rhimport-create-id +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -KEYDIR="$HOME/.rhimport" -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" |