1 command ssh session
Jan Engelhardt
jengelh at medozas.de
Tue Nov 11 06:14:00 EST 2008
On Monday 2008-11-10 19:34, Mike Zupan wrote:
>I wrote a patch to bash to log commands..
People can just use another shell and evade begin logged.
>Now when I run the following
>command
>
>ssh user at hostname.com w
>
>It never seems to spawn a bash session.
Generally a shell is spawned, otherwise something like
ssh localhost "ls ."
would try to execute the program "ls ." instead of "ls" with "." as
argument.
More information about the openssh-unix-dev
mailing list