Looking Forward: Support for Secure Shell
blogs.msdn.com
Looking Forward: Support for Secure Shell
1–10 of 404 posts
Re: Looking Forward: Support for Secure Shell
#2I am a big supporter of Powershell, and while Powershell has supported remoting since almost day one, it will never enjoy quite as much support as SSH already receives (e.g. third party tools, firewall support, etc). It is also nice that they're looking into using something fairly "proven" secure, OpenSSH is exposed to the internet a lot (even if, yes, that is not best practice) so we can reasonably expect it to withstand day to day attacks.
In general people really are starting to run out of reasons to "hate" Microsoft. It will be interesting to see what they come up with in the future...
PS - I really hope later they expand this to SFTP support. SFTP is significantly better than either FTP or FTPS, and something Windows has lacked since forever.
Re: Looking Forward: Support for Secure Shell
#3Re: Looking Forward: Support for Secure Shell
#4Re: Looking Forward: Support for Secure Shell
#5I'm looking forward to MS just dropping their OS entirely and using linux as their back-end. Basically, Microsoft might be better off creating their own linux distribution running a "microsoft windows" windows manager.
Re: Looking Forward: Support for Secure Shell
#6I'm looking forward to MS just dropping their OS entirely and using linux as their back-end. Basically, Microsoft might be better off creating their own linux distribution running a "microsoft windows" windows manager.
Why? The windows core is a perfectly good alternative to Linux. It's always good to have competition.
Re: Looking Forward: Support for Secure Shell
#7I'm looking forward to MS just dropping their OS entirely and using linux as their back-end. Basically, Microsoft might be better off creating their own linux distribution running a "microsoft windows" windows manager.
It is technically doable, but I'm not sure the Windows NT kernel is worth discarding entirely. It has some fancy tech in there and if need be it can emulate POSIX through "personalities" aka subsystems (http://en.m.wikipedia.org/wiki/Windows_Services_for_UNIX). Subsystems actually make it more flexible than Linux.
Re: Looking Forward: Support for Secure Shell
#8But don't get lazy! We still need state of the art terminal!
Re: Looking Forward: Support for Secure Shell
#9I'm looking forward to MS just dropping their OS entirely and using linux as their back-end. Basically, Microsoft might be better off creating their own linux distribution running a "microsoft windows" windows manager.
But in general the NT Kernel is pretty good and Windows Server is already moving to be more "Linux-like" (e.g. Core mode, all the GUIs now generate Powershell commands, etc). So it might be a while before Microsoft actually dropped NT and moved to Linux, least of all because it would require a lot of code changes in other products.
Re: Looking Forward: Support for Secure Shell
#10Earlier quoted context omitted.
Why? The windows core is a perfectly good alternative to Linux. It's always good to have competition.
How would we know unless we can read (and compile) the source code?