On Fri, Jan 18, 2002 at 11:23:35AM -0500, Peter Buckley wrote: >>| Are you sure your sshd server is starting with CYGWIN=tty? >>| >>No. I don't know how to set sshd to start with an environment variable >>preset. So far, I've just always set the variables from ~/.profile: >>export CYGWIN='tty' >>Can you please advise me on this ? > > >You can set this as a windows system environment variable by right >clicking on my computer -> properties -> environment (or advanced if you >on win2k?). This needs to be set at a system level so the system manager >sees that it is set and passes it on to sshd. You will need to reboot >the machine once you set this for it to take effect- simply stopping and >starting sshd will not pickup the change.
You should never need to set CYGWIN=tty for an interactive ssh session. Interactive sessions use ptys. That means you are getting a CYGWIN tty by default. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/