Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: Prevent premature authentication on failed ssh key challege | Florian Zschocke | 2025-06-14 | 1 | -1/+64 |
| | | | | | Many thanks to András Veres-Szentkirályi for the report and the support in understanding and finding the issue. | ||||
* | Update SSHD dependency to version 1.1.0. | Florian Zschocke | 2019-11-10 | 1 | -2/+3 |
| | |||||
* | Update to SSHD 1.0.0 | James Moger | 2015-09-18 | 1 | -2/+2 |
| | |||||
* | Unit tests for ssh daemon and keys dispatcher | James Moger | 2014-04-10 | 1 | -80/+54 |
| | |||||
* | Split administration commands into a plugin, enhance plugin manager | James Moger | 2014-04-10 | 1 | -1/+1 |
| | |||||
* | Handle ssh keys as objects, not strings, and improve the ls and rm key commands | James Moger | 2014-04-10 | 1 | -1/+2 |
| | | | | "gitblit keys ls" now defaults to showing an indexed list of fingerprints which almost matches the output of "sshadd -l". The indexes are useful specifying key(s) to remove using "gitblit keys rm <index>". This is an important improvement for key management. | ||||
* | Elevate the public key manager to a top-level manager | James Moger | 2014-04-10 | 1 | -0/+25 |
| | |||||
* | Add SSH daemon test | David Ostrovsky | 2014-04-10 | 1 | -0/+90 |