Full replay logs of OpenSSH sessions
Richard Hartmann
richih.mailinglist at gmail.com
Thu Jan 12 21:43:57 EST 2012
2012/1/11 Ángel González <keisial at gmail.com>:
> If you are only interested in terminal-like sessions, I think setting the
> user shell
> to a script that logged the passed commands (if any) and passed control to
> script(1)
> (writing to a location the user can't write) may fullfil your needs, and you
> don't need
> to patch ssh.
I am not aware of any script that allows this properly and I would
like to avoid hooking into a point that may cause unintended effects.
By doing things in the background so to speak, i.e. ssh directly, I
can avoid piping things through anything that might choke on control
chars or similar.
Richard
More information about the openssh-unix-dev
mailing list