diff options
author | Patrick Bajao <ebajao@gitlab.com> | 2019-08-23 14:15:33 +0800 |
---|---|---|
committer | Patrick Bajao <ebajao@gitlab.com> | 2019-08-23 14:15:33 +0800 |
commit | cb9b5447eb8cb8ae6535ebf90e5a5e9e724721bd (patch) | |
tree | 5fcc947f3c98c9021d4a21a338bf462ccba5d84b /README.md | |
parent | 27ac932878d117d1cbffc0d190ed179f3353886c (diff) | |
download | gitlab-shell-pb-remove-gitlab-keys.tar.gz |
Remove gitlab-keys scriptpb-remove-gitlab-keys
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 0 insertions, 18 deletions
@@ -76,24 +76,6 @@ Checks if GitLab API access and redis via internal API can be reached: make check -## Keys - -Add key: - - ./bin/gitlab-keys add-key key-782 "ssh-rsa AAAAx321..." - -Remove key: - - ./bin/gitlab-keys rm-key key-23 "ssh-rsa AAAAx321..." - -List all keys: - - ./bin/gitlab-keys list-keys - -Remove all keys from authorized_keys file: - - ./bin/gitlab-keys clear - ## Testing Run Ruby and Golang tests: |