Freya Fractal via cfarm-users dixit:

> yeah I can add some more permissive modes to it,. gimme a bit.

You’ll need to add…

HostKeyAlgorithms +ssh-rsa
PubkeyAcceptedKeyTypes +ssh-rsa

… to /etc/ssh/sshd_config (*BEFORE* the Match blocks),
at the very least (although this shouldn’t have been a
problem for a Debian 12 client, but others need it).

bye,
//mirabilos

PS: Corresponding ~/.ssh/config or /etc/ssh/ssh_config setup,
    for those in need (too-new client with older server):
    Host *
        HostKeyAlgorithms +ssh-rsa
        PubkeyAcceptedKeyTypes +ssh-rsa
-- 
(gnutls can also be used, but if you are compiling lynx for your own use,
there is no reason to consider using that package)
        -- Thomas E. Dickey on the Lynx mailing list, about OpenSSL
_______________________________________________
cfarm-users mailing list
[email protected]
https://lists.tetaneutral.net/listinfo/cfarm-users

Reply via email to