diff options
author | Ash McKenzie <amckenzie@gitlab.com> | 2021-07-05 06:50:58 +0000 |
---|---|---|
committer | Ash McKenzie <amckenzie@gitlab.com> | 2021-07-05 06:50:58 +0000 |
commit | 1adc5f1be786535783b689e12301871343d086a1 (patch) | |
tree | 47b82e268e51e09b2835a23535d07c27036099ce | |
parent | 9c675e374c0679af5e12bda2bbc0f26d230f2cba (diff) | |
parent | 13e5a7e4c5581f4a5f88b6f3a6e102f4bde7d17f (diff) | |
download | gitlab-shell-1adc5f1be786535783b689e12301871343d086a1.tar.gz |
Merge branch 'remove-bin-authorized-keys' into 'main'
Remove bin/authorized_keys
See merge request gitlab-org/gitlab-shell!491
-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 |