Serg B. wrote: > ps aux | grep ssh > > see which user/process needs to go and let them go (kill). Alternatively, you could try using slay: sudo apt-get install slay slay otherUser That will kill all of their processes, logging them off. Matt Flaschen