Author: francisco
Date: 01-07-06 01:40
You can 'kill' the connection.
You can see what processes are running by using something like "ps auxw|grep ttyp0", then you can use the PIDs that you get from ps to kill the programs opened by that section.
In particular you can kill the sshd for that particular session.
|
|