summaryrefslogtreecommitdiffstats
path: root/src/test/java/com/gitblit/tests/SshDaemonTest.java
Commit message (Collapse)AuthorAgeFilesLines
* fix: Prevent premature authentication on failed ssh key challegeFlorian Zschocke2025-06-141-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 Zschocke2019-11-101-2/+3
|
* Update to SSHD 1.0.0James Moger2015-09-181-2/+2
|
* Unit tests for ssh daemon and keys dispatcherJames Moger2014-04-101-80/+54
|
* Split administration commands into a plugin, enhance plugin managerJames Moger2014-04-101-1/+1
|
* Handle ssh keys as objects, not strings, and improve the ls and rm key commandsJames Moger2014-04-101-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 managerJames Moger2014-04-101-0/+25
|
* Add SSH daemon testDavid Ostrovsky2014-04-101-0/+90