79818398

Date: 2025-11-13 02:32:11
Score: 0.5
Natty:
Report link

In my case it was related to apparmor in Debian 13. Two workarounds I found:

  1. Use different port, rather than 22 in server, edit

sudo nano /etc/ssh/sshd_config

  1. Disable apparmor:
systemctl stop apparmor
systemctl disable apparmor
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: charles