summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2021-07-01 13:27:51 +0100
committerNick Thomas <nick@gitlab.com>2021-07-01 13:27:51 +0100
commit13e5a7e4c5581f4a5f88b6f3a6e102f4bde7d17f (patch)
treee93c52ab5154649eb8150583530350eaefac7f8e
parent1a299b07881096ae7e5f5190687d2d6318662219 (diff)
downloadgitlab-shell-13e5a7e4c5581f4a5f88b6f3a6e102f4bde7d17f.tar.gz
Remove bin/authorized_keys
We committed to removing this script in the 13.x release cycle, and it was announced then, but we never actually got around to it. Its functionality is completely replicated, in a safer manner, by the bin/gitlab-shell-authorized-keys script. Changelog: removed
-rwxr-xr-xbin/authorized_keys9
1 files changed, 0 insertions, 9 deletions
diff --git a/bin/authorized_keys b/bin/authorized_keys
deleted file mode 100755
index 206a17d..0000000
--- a/bin/authorized_keys
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-# Legacy script used for AuthorizedKeysCommand when configured without username.
-# Executes gitlab-shell-authorized-keys-check with "git" as expected and actual
-# username and with the passed key.
-#
-# TODO: Remove this in https://gitlab.com/gitlab-org/gitlab-shell/issues/209.
-
-$(dirname $0)/gitlab-shell-authorized-keys-check git git $1