SSH is built into most POSIX style operating systems. I know SSH functionality can be added to windows using tools such as Putty, but is there any reason, commercial or otherwise, why ssh is not built into windows as it is in other operating systems?
feedback
|
closed as not constructive by Daniel Beck, Dennis, Chris W. Rea, slhck, Mike Fitzpatrick Feb 6 at 23:53
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.
|
It is not built into any system. Most Linux distribution just ship openssh-client (and -server) as a package by default. Since Windows comes with a default userland (Explorer, Media Player, etc), they don't ship external packages like openSSH. | |||
|
feedback
|
|
The short answer is that Windows is not POSIX compliant (without add-ons like Cygwin). Windows is geared at a GUI environment rather than a command line shell, at least for now. | |||||
feedback
|
|
Because Microsoft prefer to provide GUI based tools for remote use of Windows. In particular Remote Desktop Protocol / Terminal Services. Historically, Microsoft have not, on the whole, been enthusiastic supporters or adopters of products and standards originating in the Unix or Internet communities. | |||
|
feedback
|
