diff options
-rwxr-xr-x | bin/authorized_keys | 9 |
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 |