summaryrefslogtreecommitdiff
path: root/README.md
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 /README.md
parent768ae8ebf263d3ec4929710c51a4d980f55f6b88 (diff)
downloadgitlab-shell-ff33debbd39a2c2978b0ef7d2d95ea25012e6464.tar.gz
Ability to clear authorized_keys file
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 90f532d..c908faf 100644
--- a/README.md
+++ b/README.md
@@ -72,3 +72,7 @@ Remove key
./bin/gitlab-keys rm-key key-23 "ssh-rsa AAAAx321..."
+Remoev all keys from authorized_keys file
+
+ ./bin/gitlab-keys clear
+