Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Merge branch 'ash.mckenzie/srp-refactor' into 'master'" | Nick Thomas | 2018-08-14 | 1 | -5/+5 |
| | | | | | This reverts commit 3aaf4751e09262c53544a1987f59b1308af9b6c1, reversing changes made to c6577e0d75f51b017f2f332838b97c3ca5b497c0. | ||||
* | Fixed comments in bin/gitlab-shell-authorized* | Ash McKenzie | 2018-08-01 | 1 | -1/+1 |
| | |||||
* | Use full_key to highlight it's the full SSH key | Ash McKenzie | 2018-08-01 | 1 | -4/+4 |
| | |||||
* | Introduce a more-complete implementation of bin/authorized_keys | Nick Thomas | 2017-12-19 | 1 | -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. |