Hotfix release available: 2026-07-14c "Mort". upgrade now! [57.3] (what's this?)
Hotfix release available: 2026-07-14b "Mort". upgrade now! [57.2] (what's this?)
Hotfix release available: 2026-07-14a "Mort". upgrade now! [57.1] (what's this?)
New release available: 2026-07-14 "Mort". upgrade now! [57] (what's this?)
folkzone:troubleshooting:ssh_connection_issues

SSH Connection Issues

Cannot SSH into server.

Symptom

Connection refused or permission denied when attempting SSH.

Cause

SSH service not running, SSH configuration incorrect, public key not in authorized_keys, or firewall blocking.

Fix

Steps:

1. Verify SSH service running: `sudo systemctl status ssh`
2. Check SSH config: `sudo cat /etc/ssh/sshd_config`
3. Ensure your public key is in `~/.ssh/authorized_keys`
4. Check firewall: `sudo ufw status`

Prevention

Test SSH configuration changes before applying. Keep backup of working SSH config.

See Also

folkzone/troubleshooting/ssh_connection_issues.txt · Last modified: by 127.0.0.1