TTY question

Yoblad

[H]ard|Gawd
Joined
Jul 24, 2000
Messages
1,060
I want to be able to view what a user types at the console or in a terminal session using putty. If that's not feasible how can I log everything that is typed without their knowledge?
 
ttysnoop. Configure ssh to use the system login binary and have that binary be the ttysnoop login. Then you can snoop and interact with any tty session.
 
Back
Top