This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: ssh/sshd and /dev/tty


On Mon, 5 Jan 1998 14:58:48 -0700 (MST), Patrick J. Fay
  <pfay@acl.lanl.gov> wrote:
>Let's try this all on your PC.
>Try:
>1st window
>./sshd -d
>2nd window
>env|grep HOST
>(for bash)
>export CYGWIN_TITLE=1
>export CYGWIN_TTY=1
>export DISPLAY='yourhost:0.0'
>export TERM=linux #this may not be necessary
>./ssh -v yourhost

I'm not using ssh/sshd, but from the conversation that's been going on,
I believe CYGWIN_TTY=1 is the important one. Sergey's DLL does not
support pseudo terminals without it (or if it's set to 0).

It's important to have CYGWIN_TTY set before cygwin.dll loads. Also, if
you eventually want to run sshd as a service, remember that the user it
will run as also needs to have CYGWIN_TTY set. I'd recommend putting
CYGWIN_TTY=1 in your global environment and then rebooting.

-- 
James Dumser    972.462.5335    dumser@rtis.ray.com
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]