<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1">Hi,<br>
<br>
Sometimes, when helping someone else over SSH I find "screen" very
useful.<br>
If you want to monitor, or just play "big brother" on another session,
have the other session's login script run "screen".<br>
<br>
Then, you can use:<br>
screen -ls  - to see the list of active sessions<br>
screen -x <session id>  - to attach to the running session<br>
To stop watching make sure you detach without terminating the other
session, this can be accomplished either using "C-a C-d".<br>
<br>
The other user has no clue you are watching them, but you have full
keyboard access should you want to collaborate.<br>
<br>
Good luck!<br>
Oded.<br>
</font><br>
<br>
Jack Coats wrote:
<blockquote cite="mid20060704123657.iwaezn9g8ccoc4k8@webmail.coats.org"
 type="cite">SSH is only to keep people from monitoring what is going
on during the communications, not after it gets to an endpoint.
  <br>
  <br>
If you can find a software type of keystroke auditor, and put that on
your servers end of the SSH tunnel.
  <br>
  <br>
How about do it the old fassion way.  If you find anything
inappropriate happens, can'em.
  <br>
  <br>
Quoting <a class="moz-txt-link-abbreviated" href="mailto:nmeyers@javalinux.net:">nmeyers@javalinux.net:</a>
  <br>
  <br>
  <blockquote type="cite">On Tue, Jul 04, 2006 at 11:49:56AM -0400,
Robert La Ferla wrote:
    <br>
    <blockquote type="cite">Is there software or a way with existing
software to monitor a ssh
      <br>
connection?  Specifically, say you want to allow someone temporary
      <br>
remote access to your system but you want to see what commands they
      <br>
are typing, etc...  This is a question more out of curiosity than
      <br>
actual need.
      <br>
    </blockquote>
    <br>
I sincerely hope you can't find anything that can monitor and report on
    <br>
what's happening in the encrypted protocol... but you could change that
    <br>
user's shell (man usermod) to something that logs its actions.
    <br>
    <br>
Nathan
    <br>
_______________________________________________
    <br>
Discuss mailing list
    <br>
<a class="moz-txt-link-abbreviated" href="mailto:Discuss@blu.org">Discuss@blu.org</a>
    <br>
<a class="moz-txt-link-freetext" href="http://olduvai.blu.org/mailman/listinfo/discuss">http://olduvai.blu.org/mailman/listinfo/discuss</a>
    <br>
    <br>
  </blockquote>
  <br>
  <br>
  <br>
--Fax 1-630-214-5954 - Voicemail/S 775-898-8064
  <br>
  <br>
<a class="moz-txt-link-freetext" href="http://www.drbackup.net?pid=coats">http://www.drbackup.net?pid=coats</a> by Dr.Backup safeguards your valuable
  <br>
documents with an automatic nightly backup over the Internet. FREE
trial
  <br>
  <br>
"Those who would give up essential Liberty, to purchase a little
  <br>
temporary Safety, deserve neither Liberty nor Safety."
  <br>
   -- Benjamin Franklin (1706-1790), reply of the Pennsylvania
  <br>
      Assembly to the Governor, November 11, 1755
  <br>
  <br>
"Any sufficiently advanced technology is indistinguishable from magic."
  <br>
   -- Arthur C. Clarke (1917 - ), "Profiles of The Future", 1961
(Clarke's
  <br>
      third law)
  <br>
  <br>
_______________________________________________
  <br>
Discuss mailing list
  <br>
<a class="moz-txt-link-abbreviated" href="mailto:Discuss@blu.org">Discuss@blu.org</a>
  <br>
<a class="moz-txt-link-freetext" href="http://olduvai.blu.org/mailman/listinfo/discuss">http://olduvai.blu.org/mailman/listinfo/discuss</a>
  <br>
  <br>
  <br>
</blockquote>
</body>
</html>