Minecraft-SSHD icon indicating copy to clipboard operation
Minecraft-SSHD copied to clipboard

Doesn't seem to be able to handle ed25519 keys.

Open TheReverend403 opened this issue 5 years ago • 1 comments

Feb 08 01:50:52 firefly.revthefox.co.uk minecraft[582785]: [SSHD] Failed to process public key /var/lib/minecraft-server/server/plugins/SSHD/authorized_keys/lwatson Failed (IllegalArgumentException) to parse key entry=ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFWLwGNmandr8fQGj12xQAfHP/q05h8RJwPZ+RfCuOB8 [email protected]: Bad format (no key data delimiter): [email protected]

The file in question contains nothing but ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFWLwGNmandr8fQGj12xQAfHP/q05h8RJwPZ+RfCuOB8 [email protected]

TheReverend403 avatar Feb 08 '20 01:02 TheReverend403

It seems to be a bug with the ssh library we use, I have filed an upstream bug as seen here: https://issues.apache.org/jira/browse/SSHD-974

Justasic avatar Mar 27 '20 06:03 Justasic