2025-08-29
Nachdem wir nun einige Gelegenheit hatten, Debian 13 auszuprobieren, hat sich die Befürchtung bzgl. Socket-activated SSH nicht bestätigt: Eine frische Debian 13 Installation scheint den SSH-Server ganz normal (nicht Socket-aktiviert) aufzusetzen:
# systemctl status ssh
● ssh.service - OpenBSD Secure Shell server
Loaded: loaded (/usr/lib/systemd/system/ssh.service; enabled; preset: enabled)
Active: active (running) since Fri 2025-08-29 22:37:31 CEST; 10min ago
Invocation: b652c7944aa94f639a5770e0872ef4d1
Docs: man:sshd(8)
man:sshd_config(5)
Process: 728 ExecStartPre=/usr/sbin/sshd -t (code=exited, status=0/SUCCESS)
Main PID: 746 (sshd)
Tasks: 1 (limit: 1094)
Memory: 8.1M (peak: 26.3M)
CPU: 211ms
CGroup: /system.slice/ssh.service
└─746 "sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups"
# ss -lntp
State Recv-Q Send-Q Local Address:Port Peer Address:Port Process
LISTEN 0 128 0.0.0.0:22 0.0.0.0:* users:(("sshd",pid=746,fd=6))
LISTEN 0 128 [::]:22 [::]:* users:(("sshd",pid=746,fd=7))
# ps aux | grep 746
root 746 0.0 0.7 11772 7840 ? Ss 22:37 0:00 sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups
Dasselbe gilt auch für ein auf Version 13 aktualisiertes Debian 12. Überhaupt macht das Release einen hervorragenden Eindruck; sowohl Neuinstallation wie auch Upgrade funktionierten reibungslos.