Comment # 21 on bug 926835 from
(In reply to Thomas Blume from comment #13)
> Created attachment 631012 [details]
> sshdgenkeys

Since openssh supports ed25519

    man ssh-keyscan
    ...
    -t type
         Specifies the type of the key to fetch from the scanned hosts.  The
possible values are ���rsa1��� for protocol version 1 and ���dsa���, ���ecdsa���,
���ed25519���, or ���rsa��� for protocol version 2.  Multiple
         values may be specified by separating them with commas.  The default
is to fetch ���rsa��� and ���ecdsa��� keys.

 this 'sshdgenkeys' script

    https://bugzilla.suse.com/attachment.cgi?id=631012&action=edit

should include it

    -    for ktype in rsa dsa ecdsa; do
    +    for ktype in rsa dsa ecdsa ed25519; do


You are receiving this mail because: