Log out someone else
Solved
santiago69
Posted messages
485
Status
Member
-
PcSi-L -
PcSi-L -
Hello everyone,
I would like to know how to log out a user session (ssh) (and if it's possible).
I am the administrator of a Debian 4 Linux server.
All users connect to the machine via ssh.
So, if you can help me, that would be great.
See you later
Santiago
--
There are 10 types of people in the world
Those who understand binary and the others.
I would like to know how to log out a user session (ssh) (and if it's possible).
I am the administrator of a Debian 4 Linux server.
All users connect to the machine via ssh.
So, if you can help me, that would be great.
See you later
Santiago
--
There are 10 types of people in the world
Those who understand binary and the others.
4 answers
-
# skill -KILL -u user
Should be more than enough.
Best regards.
--
Intel Q6600 Ubuntu 8.10 Alpha 6//Debian Lenny//Gentoo
On Linux, 99% of bugs are located between the keyboard and the office chair... -
-
Great, thanks!
--
There are 10 types of people in the world:
Those who understand binary and those who don't. -
Hello
How to kill just one root session
Example:
5 simultaneous root connections: pty/1 pty/2 .... pty/5
Being in pty/3, how can I kill the session pty/1 for example... I checked the man for skill but it doesn't work with -p?
Can we kill the open root session on local :0 from a distance?
Best regards