geotal <[EMAIL PROTECTED]> writes: > <[EMAIL PROTECTED]> wrote: >> >> I'ld like to start Cygwin ssh from Emacs *shell* buffer (recent Emacs >> 21.3.50 from sourceforge/nqmacs). Unfortunately, Emacs under Windows >> doesn't provide a tty; that's why I've used "ssh -t -t": >> > > I too use the same version of emacs and use the latest ssh from cygwin > and when I issue > the same command (ssh -v -e none -t -t host.com) within the shell > buffer at the end > I get these messages, and it hungs: > .............. > debug1: Authentication succeeded (publickey). > debug1: channel 0: new [client-session] > debug1: Entering interactive session. > tcgetattr: Inappropriate ioctl for device
Use plink from the PuTTY distribution. It is a native Windows program and does not rely on running in a fake TTY or other Cygwin hacks.
