|
From: Micah A. <mi...@ri...> - 2003-08-08 21:14:17
|
On Thu, 07 Aug 2003, Robert Helmer wrote: > On Thu, Aug 07, 2003 at 12:44:59PM -0400, Micah Anderson wrote: > > > Try doing "su - www-data" and running the above command (yes, it's huge > > > :) just stick it on one line). You are using OpenSSH installed in > > > /usr/bin/ssh (default Debian location) right? > > > > > > > Its interesting... it asks for my password twice, right after another, > > when I start typing it, it echo's my passwd, when I type my password > > and hit return, it doesn't do anything, it just sits there > > What if you just "su - www-data" and try to "ssh mi...@mi...", > does that work ok? Yep, that works normal: micah@miso:~$ sudo su - www-data www-data@miso:~$ ssh mi...@mi... mi...@mi...'s password: Linux miso 2.4.18-k6 #1 Sun Apr 14 12:43:22 EST 2002 i586 unknown Last login: Fri Aug 8 14:11:15 2003 from miso.riseup.net micah@miso:~$ > Could be a bug in sandweb-ssh or sandweb-expect.. or something. That's > really weird. > > Is this Debian Stable (3.0) that you're on? Yes, debian stable/woody/3.0. > > > mi...@mi...'s password: > > mi...@mi...'s password: > > Hmm.. it should only ask once, unless the password is wrong. The weird thing is that I dont get a chance to respond to the first one, it prints them both out and I can only type on the second one. > > > I also found a number of these processes still hanging around from > > when I've tried things before, so I had to kill about 20 or 30 of them > > :) > > Ugh :) Sorry about that. The Shell class is supposed to time those out > after 5 minutes or so, very odd. > Micah |