On 2007/11/17 16:54, Walter Goulet wrote: > What I've noticed is that when sudo (on the remote machine) > periodically asks me to reauthenticate myself prior to executing a > sudo command, the password prompt for the remote machine does not turn > off echo.
> Any ideas as to why this happens? No pseudo tty is normally allocated when you run a command directly from ssh, you can force it by using ssh -t.