summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2019-09-04 11:26:04 +0000
committerNick Thomas <nick@gitlab.com>2019-09-04 11:26:04 +0000
commiteef909f835d737f168916b62dd36a41386bba58c (patch)
treedf9dd591b0bcecfa1c7893223160b383781ebeb7 /README.md
parentc4791534719fc28e2501b4f5d9b5e9a7ca167a5a (diff)
parentf52cffed5c0d0e9430fdc51d7e688cddd60a1ba2 (diff)
downloadgitlab-shell-eef909f835d737f168916b62dd36a41386bba58c.tar.gz
Merge branch 'pb-remove-gitlab-keys' into 'master'
Remove gitlab-keys script See merge request gitlab-org/gitlab-shell!329
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 0 insertions, 18 deletions
diff --git a/README.md b/README.md
index 806de08..915df1a 100644
--- a/README.md
+++ b/README.md
@@ -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: