summaryrefslogtreecommitdiff
path: root/usr/src/pinyadmin/bin/writekey
diff options
context:
space:
mode:
authorjrayhawk+piny.be@omgwallhack.org <jrayhawk@piny.svcs.cs.pdx.edu>2010-09-03 01:53:31 -0700
committerjrayhawk+piny.be@omgwallhack.org <jrayhawk@piny.svcs.cs.pdx.edu>2010-09-03 01:53:31 -0700
commitb42b46d4391c0452f0bb883636983d13b2ace237 (patch)
tree01015c56292b99f4ff0fde967e4143f67499df08 /usr/src/pinyadmin/bin/writekey
parent4121e52c52fb80b68171dbdc132d063392db13d2 (diff)
downloadpiny-code-b42b46d4391c0452f0bb883636983d13b2ace237.tar.gz
piny-code-b42b46d4391c0452f0bb883636983d13b2ace237.zip
Pluralizing key management commands for clarity
Diffstat (limited to 'usr/src/pinyadmin/bin/writekey')
-rwxr-xr-xusr/src/pinyadmin/bin/writekey5
1 files changed, 0 insertions, 5 deletions
diff --git a/usr/src/pinyadmin/bin/writekey b/usr/src/pinyadmin/bin/writekey
deleted file mode 100755
index 61a7760..0000000
--- a/usr/src/pinyadmin/bin/writekey
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-/bin/mkdir -p ~/.ssh
-/bin/echo Please input all authorized keys. ctrl-d to finish, ctrl-c to abort.
-/usr/bin/sponge ~/.ssh/authorized_keys