Re: sudo password visible through ssh command line

2008-07-14 Thread Andrew Sackville-West
On Fri, Jul 11, 2008 at 03:26:58PM +0100, Chris Davies wrote: > Andrew Sackville-West <[EMAIL PROTECTED]> wrote: > > On Thu, Jul 10, 2008 at 01:04:31PM +0200, Javier Barroso wrote: > >> In sid with key passwordless auth : > >> > >> ssh [EMAIL PROTECTED] "sudo ls" > >> password: password > >> > >>

Re: sudo password visible through ssh command line

2008-07-13 Thread Alex Samad
On Sun, Jul 13, 2008 at 07:12:36PM -0700, David Fox wrote: > On Thu, Jul 10, 2008 at 3:11 PM, Alex Samad <[EMAIL PROTECTED]> wrote: > > other have answered was to get around this. How about ssh straight to > > root@ the box (turn sshd to allow root login by sign only and set a > > I don't think t

Re: sudo password visible through ssh command line

2008-07-13 Thread David Fox
On Thu, Jul 10, 2008 at 3:11 PM, Alex Samad <[EMAIL PROTECTED]> wrote: > other have answered was to get around this. How about ssh straight to > root@ the box (turn sshd to allow root login by sign only and set a I don't think this is such a good idea, because direct outside root logins should be

Re: sudo password visible through ssh command line

2008-07-12 Thread Javier Barroso
On Thu, Jul 10, 2008 at 5:57 PM, Raj Kiran Grandhi <[EMAIL PROTECTED]> wrote: > Javier Barroso wrote: > >> Hi, >> >> In sid with key passwordless auth : >> >> ssh [EMAIL PROTECTED] "sudo ls" >> password: password >> >> And password is shown you >> >> Any tip to avoid this ? >> >> Where should be r

Re: sudo password visible through ssh command line

2008-07-11 Thread Chris Davies
Andrew Sackville-West <[EMAIL PROTECTED]> wrote: > On Thu, Jul 10, 2008 at 01:04:31PM +0200, Javier Barroso wrote: >> In sid with key passwordless auth : >> >> ssh [EMAIL PROTECTED] "sudo ls" >> password: password >> >> And password is shown you > I definitely consider that a bug. Who to file ag

Re: sudo password visible through ssh command line

2008-07-10 Thread Alex Samad
On Thu, Jul 10, 2008 at 01:04:31PM +0200, Javier Barroso wrote: > Hi, > > In sid with key passwordless auth : > > ssh [EMAIL PROTECTED] "sudo ls" > password: password > > And password is shown you > > Any tip to avoid this ? > > Where should be reported this bug if it could be consider as such

Re: sudo password visible through ssh command line

2008-07-10 Thread Dave Sherohman
On Thu, Jul 10, 2008 at 01:04:31PM +0200, Javier Barroso wrote: > In sid with key passwordless auth : > > ssh [EMAIL PROTECTED] "sudo ls" > password: password > > And password is shown you > > Any tip to avoid this ? Do it as two separate commands? ssh [EMAIL PROTECTED] sudo ls password: exit

Re: sudo password visible through ssh command line

2008-07-10 Thread Raj Kiran Grandhi
Javier Barroso wrote: Hi, In sid with key passwordless auth : ssh [EMAIL PROTECTED] "sudo ls" password: password And password is shown you Any tip to avoid this ? Where should be reported this bug if it could be consider as such (note I don't know if there are more programs with this proble

Re: sudo password visible through ssh command line

2008-07-10 Thread Andrew Sackville-West
On Thu, Jul 10, 2008 at 01:04:31PM +0200, Javier Barroso wrote: > Hi, > > In sid with key passwordless auth : > > ssh [EMAIL PROTECTED] "sudo ls" > password: password > > And password is shown you just confirming I see this behavior as well. > > Any tip to avoid this ? don't issue sudo comma

sudo password visible through ssh command line

2008-07-10 Thread Javier Barroso
Hi, In sid with key passwordless auth : ssh [EMAIL PROTECTED] "sudo ls" password: password And password is shown you Any tip to avoid this ? Where should be reported this bug if it could be consider as such (note I don't know if there are more programs with this problem)? Greetings Debian Ro