voodish logo
Skip to: Content | Navigation | Site map

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

Comments RSS Feed

1 Comments

  1. Kobe September 21, 2010

    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!

  2. Go to Top of the page

Leave a comment