- Posted by reggie on June 22, 2007
This is really too easy. Finding stupid and idiotic things about Vista is really just too easy. This installment is not about any type of GUI but rather with the lack of secure inter-machine remoting capability.
Here at MySQL we have several Windows virtual machines setup to perform builds and tests of both our server code and our connectors. Our builds are automated to be sure but our build engineers still need to "shell" into a remote box to perform some functions. As any reasonable group would, we use ssh authentication for both our Linux and Windows boxes. The problem, of course, is that no edition of Windows has shipped with a secure shell server or client. Our build team is left with only a few alternatives and they have chosen to install cygwin on the Windows boxes. Considering that cygwin has only recently become stable on 64 bit systems, this was shaky at best.
Now I realize that ssh networking is cutting edge technology <grin>, but Microsoft either doesn't realize that no one is using telnet anymore or they are delusional enough to think that no one really needs to shell to a remote command prompt. Either way, it's KISS #4. Here's to you, Microsoft. Keeping it simply stupid.