[cfarm-users] cfarm210 now with FractalKit packages

mirabilos m at mirbsd.org
Sat Jan 3 01:08:12 CET 2026


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


More information about the cfarm-users mailing list