summaryrefslogtreecommitdiffstats
path: root/src/test/java/com/gitblit/tests/SshDaemonTest.java
Commit message (Collapse)AuthorAgeFilesLines
* 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