Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix issue with not serialisable ed25519 SSH keys | Florian Zschocke | 2022-11-16 | 1 | -0/+9 |
| | | | | | | | | | Adding Ed25519 keys brings the problem that with the library currently used, the PublicKey instance of that key is not serialisable. This results in an exception when wicket tries to cache the UsersPage. So change the SshKeysPanel so that the PublicKey object is removed from the `SshKey` when the panel is detached. It can be regenerated from the raw key data. | ||||
* | Update to SSHD 1.0.0 | James Moger | 2015-09-18 | 1 | -3/+4 |
| | |||||
* | Strip line breaks from pasted SSH keys | James Moger | 2015-03-07 | 1 | -1/+3 |
| | |||||
* | Prevent adding empty or invalid SSH public keys | James Moger | 2014-04-25 | 1 | -1/+1 |
| | |||||
* | Update headers | James Moger | 2014-04-13 | 1 | -0/+15 |
| | |||||
* | Unit tests for ssh daemon and keys dispatcher | James Moger | 2014-04-10 | 1 | -2/+2 |
| | |||||
* | Support specifying permission levels for SSH public keys | James Moger | 2014-04-10 | 1 | -0/+47 |
| | |||||
* | Add command to change the comment of a registered ssh public key | James Moger | 2014-04-10 | 1 | -0/+3 |
| | |||||
* | Integrate a patched version of FlipTables and improve ls output | James Moger | 2014-04-10 | 1 | -20/+26 |
| | |||||
* | Handle ssh keys as objects, not strings, and improve the ls and rm key commands | James Moger | 2014-04-10 | 1 | -0/+156 |
"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. |