> B14xVu: Undefined variable. > > where "B14xVu" is a fragment of the password. The full password was: > V$B14xVu > > I tried this on other user/password combinations, and got reasonable > results. But the "$" char seems to cause a problem consistently. In all > other cases, the result was either:
Have you tried escaping the $ char to make sure the shell doesn't interpret it? V\$B14xVu