From ff33debbd39a2c2978b0ef7d2d95ea25012e6464 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 18 Jul 2013 13:47:37 +0300 Subject: Ability to clear authorized_keys file --- bin/gitlab-keys | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/gitlab-keys') 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') -- cgit v1.2.1