ssh logins
Hi is there any way i can see what users are logged via ssh ?
I just logged and used command top and it says i have 4 users online but should only be me.
-
Hi, To check users currently logged in run "w" command root@lldeepakll:~# w You can check last logged in users using "last" command root@lldeepakll:~# last Thanks 0 -
Hello :) Yes, as mentioned, the "w" command is what you are looking for. You can also review the /var/log/secure log file to see SSH connection activity. Thank you. 0 -
Thanks command w is good shows me users and server load 0
Please sign in to leave a comment.
Comments
3 comments