Spying what a user is remote typing using SSH connection ?

Cian Cullinan cian.cullinan at gmail.com
Mon Sep 18 05:42:01 CDT 2006


On 9/18/06, Florent Gilain <florent.gilain at direct-energie.com> wrote:
> Hi all,
>
> I have to give access to my linux RHEL3 server a temporary root access to a
> support person that will connect by SSH.
>
> Is there a way to get / see what that person will type on the keyboard?
>

Slightly better to give this person sudo access (man sudo) rather than
straight root access.
In theory you can use this to limit what commands they can run and it
will log everything they do. However, with a little work you can often
defeat these protections. Depends on how much you trust this person.
Also it means you don't have to give this person the root password,
you just grant sudo access to a regular account.

Cian



More information about the Linux-PowerEdge mailing list