Hallo,
mir ist aufgefallen, daß bei meinem SSHd 2 Unix-Stream pro Session geöffnet werden.
Beispiel: netstat -anp
Gateway:~/bin# netstat -anp
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 192.168.1.1:22 0.0.0.0:* LISTEN 253/sshd
tcp 0 0 192.168.1.1:22 192.168.1.22:1025 ESTABLISHED 272/sshd
Active UNIX domain sockets (servers and established)
Proto RefCnt Flags Type State I-Node PID/Program name Path
unix 6 [ ] DGRAM 120 153/syslogd /dev/log
unix 2 [ ] DGRAM 436 308/pppoe
unix 3 [ ] STREAM CONNECTED 369 272/sshd
unix 3 [ ] STREAM CONNECTED 368 274/sshd
unix 2 [ ] DGRAM 160 162/pppd
unix 2 [ ] DGRAM 149 156/klogd
Gateway:~/bin#
Ich verstehe aber nicht, warum das so ist.
Hat da jemand einen Tip für mich?
Gruß,
Rab