Mail Archives: cygwin/2002/12/18/13:51:22
I've recently installed cygwin version 1.3.17.
When I attempt to ssh to the cygwin host more than once, with the
first connection still active, I get the error message
'setgid: invalid argument' , and then I'm disconnected.
Below is an example of the problem. The first 'ssh localhost' is
sucessful (which indicates to me that setgid() succeeded), but
the second 'ssh localhost' fails.
This problem is reproducable regardless of the client (localhost
or remote) or the authentication method (keys vs. passwords), or
any mixture there of. In other words, if I'm logged in once via
ssh, then I cannot log in again via ssh.
I've searched the web and the archives for clues, but I'm coming up
empty.
Thanks,
David
--
Example:
[ /home/dmeans ]
dmeans AT raptor
2$ ssh localhost
Last login: Wed Dec 18 13:22:08 2002 from raptor
Fanfare!!!
You are successfully logged in to this server!!!
[ /home/dmeans ]
dmeans AT raptor
10$ ssh localhost
Last login: Wed Dec 18 13:23:31 2002 from raptor
Fanfare!!!
You are successfully logged in to this server!!!
setgid: Invalid argument
Connection to localhost closed.
[ /home/dmeans ]
dmeans AT raptor
11$
--
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/
- Raw text -