Post #1733437
2024-10-13 10:02 UTC
@malte Second that recommendation (and paperless-ngx). If you are running a newer sshd you might have to add to your sshd_config:
~~~
PubkeyAcceptedAlgorithms +ssh-rsa
HostkeyAlgorithms +ssh-rsa
~~~
Replies (1)
-
@malte@frankfurt.social 2024-10-13 10:30
@tribut Yes, thanks, that's exactly what I ran into. Luckily I found a post about this problem. :) https://samy.blog/fix-brother-scanner-sftp-ssh-issue/