summaryrefslogtreecommitdiff
path: root/bin/gitlab-shell-authorized-keys-check
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Merge branch 'ash.mckenzie/srp-refactor' into 'master'"Nick Thomas2018-08-141-5/+5
| | | | | This reverts commit 3aaf4751e09262c53544a1987f59b1308af9b6c1, reversing changes made to c6577e0d75f51b017f2f332838b97c3ca5b497c0.
* Fixed comments in bin/gitlab-shell-authorized*Ash McKenzie2018-08-011-1/+1
|
* Use full_key to highlight it's the full SSH keyAsh McKenzie2018-08-011-4/+4
|
* Introduce a more-complete implementation of bin/authorized_keysNick Thomas2017-12-191-0/+42
bin/authorized_keys doesn't check that the requesting user matches the expected user, so to enable database authorized keys lookups, we currently ask the admin to create a custom script for that purpose. Better is to have a complete script that can perform the whole task. This commit introduces bin/gitlab-shell-authorized-keys-check which does so.