Show active SSH connections (via netstat / fuser / ps)

netstat

netstat -tnpa | grep sshd

 

fuser

fuser -u ssh/tcp

 

ps

ps -ef | grep 'sshd'

 

Neuen Kommentar schreiben

CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.

Suche

Neueste Kommentare