summaryrefslogtreecommitdiffstats
path: root/src/test/java/com/gitblit/transport/ssh
Commit message (Collapse)AuthorAgeFilesLines
* Add SSH host keys with ECDSA and Ed25519Florian Zschocke2022-10-251-0/+134
Create new host keys, one with ECDSA and one with Ed25519 algorithms. For the Ed25519 currently the EdDSA library from i2p is used. This requires some quirks, compared to a modern BouncyCastle. But the SSHD library used cannot use BouncyCastle yet for Ed25519. No DSA key is generated anymore, but we still support existing ones.