summaryrefslogtreecommitdiff
path: root/bin/gitlab-keys
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-18 13:47:37 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-18 13:47:37 +0300
commitff33debbd39a2c2978b0ef7d2d95ea25012e6464 (patch)
treed93694d38588b96f999f3105d0cb8ad7330907f7 /bin/gitlab-keys
parent768ae8ebf263d3ec4929710c51a4d980f55f6b88 (diff)
downloadgitlab-shell-ff33debbd39a2c2978b0ef7d2d95ea25012e6464.tar.gz
Ability to clear authorized_keys file
Diffstat (limited to 'bin/gitlab-keys')
-rwxr-xr-xbin/gitlab-keys2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/gitlab-keys b/bin/gitlab-keys
index 2a8aea1..d402d1e 100755
--- a/bin/gitlab-keys
+++ b/bin/gitlab-keys
@@ -10,6 +10,8 @@ require_relative '../lib/gitlab_init'
#
# /bin/gitlab-keys rm-key key-23 "ssh-rsa AAAAx321..."
#
+# /bin/gitlab-keys clear"
+#
require File.join(ROOT_PATH, 'lib', 'gitlab_keys')