summaryrefslogtreecommitdiffstats
path: root/infest/deploy-ssh-keys
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2013-12-30 03:55:15 +0100
committermakefu <github@syntax-fehler.de>2013-12-30 03:55:47 +0100
commit25f7b33bf43e4d7a049eb1f4885d24f24ac1dca9 (patch)
treebfc49f861699411e404a6248fdcf09abd251d50b /infest/deploy-ssh-keys
parentb6a98c4b37829a9b85fafaa20df35cdec2045cf2 (diff)
partly remove infest into .graveyard
moving host-patch for beaglebone
Diffstat (limited to 'infest/deploy-ssh-keys')
-rw-r--r--infest/deploy-ssh-keys9
1 files changed, 0 insertions, 9 deletions
diff --git a/infest/deploy-ssh-keys b/infest/deploy-ssh-keys
deleted file mode 100644
index 156e2795..00000000
--- a/infest/deploy-ssh-keys
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-cd $(dirname $0)
-U="${1:-$(id -u -n)}"
-H="$(grep "^$U" /etc/passwd | cut -d : -f 6)"
-echo "deploying for user $U to $H/.ssh"
-mkdir -p $H/.ssh
-cp -vr skel/home/.ssh/authorized_keys $H/.ssh
-chown $U $H
-chown -R $U $H/.ssh