RE: Cygwin utilities don't echo last input character in ssh session

2012-10-09 Thread Nellis, Kenneth
-Original Message- From: ldhybl Additional information: The ssh server where the Cygwin utilities are invoked is a Windows XP system and the command interpreter is a CMD batch shell, not a Cygwin or other Linux/UNIX shell. Not sure why this would make Expect or Bash fail to echo the mos

Re: Cygwin utilities don't echo last input character in ssh session

2012-10-09 Thread ldhybl
Additional information: The ssh server where the Cygwin utilities are invoked is a Windows XP system and the command interpreter is a CMD batch shell, not a Cygwin or other Linux/UNIX shell. Not sure why this would make Expect or Bash fail to echo the most recent character typed on STDIN, but tha

Cygwin utilities don't echo last input character in ssh session

2012-10-08 Thread ldhybl
I have a Cygwin expect script that prompts for username and password. It works fine when I am on the local Cygwin system, but not when I ssh into the same system. In the ssh session, if the user enters "abcd" for username, only "abc" is echoed. The full username is actually entered, but it is co