PDA

View Full Version : Whats happening in SSH?


jordans
October 17th, 2006, 12:53 AM
Ok, i need an answer fast. I have a friend that is working on a server via SSH and I want to be able to see what he is doing while directly on the server. Is this possible.

Iowan
October 17th, 2006, 02:52 PM
SSH is designed to prevent eavesdropping...
A lot of his activities may end up in the logs, though.

_AA_
October 17th, 2006, 03:12 PM
# cat /home/user/.bash_history

az
October 17th, 2006, 04:03 PM
There is a tool to share a command-line session through ssh....

Just like VNC for the command-line...

Wait...

baastie
October 17th, 2006, 04:30 PM
indeed, you can use 'screen' to share the cli

Cheers,

skymt
October 17th, 2006, 04:38 PM
indeed, you can use 'screen' to share the cli

Cheers,

But only if each user is using screen. You use the -x option to "listen in".