Kick SSH user
Quick and easy method of kicking an SSH user.
Login to SSH with root access.
Use the ps aux command to find the SSHD process PID number
ps aux
Kill the PID number (eg. 25361) associated using the kill command
kill 25361
Related Articles
- 08.04.11: Rename SMTP Banner Exim (1)
- 23.06.11: Add logo to print popup in Joomla (0)
- 24.02.11: Add site name to title Joomla (0)
- 05.04.11: CSR contains a key size that is less than 2048 bits (0)
- 21.03.11: Display mail log in CentOS Linux (0)









Comments RSS Feed





Thank you!!
I’ve been trying strange stuff in my joomla back end and sometimes users stayed logged in after the agent crashed lol.
Perfect!
Go to Top of the page