Work around some old sftp clients being shitty

This commit is contained in:
Charlotte Van Petegem 2021-11-20 22:22:42 +01:00
parent b06fd3cceb
commit d2ded37f15
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -18,6 +18,9 @@
{ bits = 4096; path = "/run/secrets/ssh_host_rsa_key"; type = "rsa"; }
{ path = "/run/secrets/ssh_host_ed25519_key"; type = "ed25519"; }
];
extraConfig = ''
HostKeyAlgorithms +ssh-rsa
'';
authorizedKeysFiles = [ "/run/secrets/authorized_keys" ];
};
}