[
https://issues.apache.org/jira/browse/GUACAMOLE-746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17425516#comment-17425516
]
Romain Aviolat commented on GUACAMOLE-746:
------------------------------------------
I tried to use Debian Bookworm as the base-image for guacamole-server, it
packages libssh2-1.10.0-2
([https://packages.debian.org/source/bookworm/libssh2).] According to libssh2
release notes the support for ED25519 keys has been added in version 1.9.0
I tried to use a freshly generated ED25519 key to authenticate on my server but
without luck, still with the same error message:
{code:java}
guacd_1 | guacd[459]: DEBUG: Attempting private key import
(WITHOUT passphrase)guacd_1 | guacd[459]: DEBUG: Attempting
private key import (WITHOUT passphrase)guacd_1 | guacd[459]:
DEBUG: Initial import failed: (null)guacd_1 | guacd[459]: DEBUG:
Re-attempting private key import (WITH passphrase)guacd_1 |
guacd[459]: ERROR: Auth key import failed: (null)
{code}
I don't know if we're blocked
byhttps://issues.apache.org/jira/browse/GUACAMOLE-745 or not as I couldn't
generate an ED25519 in the PEM format (I assume that it's not supported by PEM).
Let me know if I can provide more info to progress on that one.
> Add support for ED25519 SSH keys
> --------------------------------
>
> Key: GUACAMOLE-746
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-746
> Project: Guacamole
> Issue Type: New Feature
> Components: guacd, SSH
> Environment: Docker official images 1.0.0
> Reporter: Julien Nicoulaud
> Priority: Minor
>
> ED25519 keys are supported by OpenSSH since version 6.5
> (https://www.openssh.com/txt/release-6.5), it would be great if Guacamole
> supported using it.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)