summaryrefslogtreecommitdiff
path: root/rhimport-create-id
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-07-22 13:20:09 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-07-22 13:20:09 (GMT)
commite6035cca7cf6f23b3965f6238e41103838c48d3b (patch)
treeed9dffb239a8babbf37a8cb11dc7d1ddfef54f99 /rhimport-create-id
parentf4fd11fd93aeba8650f413f4a7a538eb8ba59ea0 (diff)
removed old stuff
Diffstat (limited to 'rhimport-create-id')
-rwxr-xr-xrhimport-create-id9
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"