2008/3/23, Alexey Vatchenko <[EMAIL PROTECTED]>:
> 2008-03-22, Lars Noodin <[EMAIL PROTECTED]> wrote:
>  > When I use ssh to run sudo on a remote host, the password for sudo gets
>  > echoed to the screen.  e.g.
>  >
>  >       # ssh -l kodos 10.101.101.01 "sudo ls /"
>  >       [EMAIL PROTECTED]'s password:
>  >       Password:0hNoesICit
>
> For such things use `ssh -t`

"-tt" is better, especially in shell scripts.

P.S.: Sorry for previous private mail.

Reply via email to