How do I logout a user in ssh?
How do I logout a user in ssh? Perhaps the most common way to log out a user connected via ssh is by using the kill or pkill commands, either targeting the specific ssh process in question, or the user account directly. How do I kill a user session in Linux? Kill a Unix login […]