1834789 Members
2694 Online
110070 Solutions
New Discussion

Re: tracking remsh users

 
SOLVED
Go to solution
Mladen Despic
Honored Contributor

tracking remsh users

Is there a simple way to monitor users executing
commands on one particular system by using 'remsh'
from any of the several remote systems?
1 REPLY 1
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: tracking remsh users

Probably the simplest way is to enable inetd logging (the log file will grow rather quickly)
and grep it for remsh connections. Man inetd.
If it ain't broke, I can fix that.