Microsoft Releases a Preview of OpenSSH Client and Server For Windows 10 (servethehome.com)
kriston (Slashdot user #7,886) writes: Microsoft released a preview of the OpenSSH server and client for Windows 10. Go to Settings, Apps & Features, and click "Manage optional features" to install them. The software only supports AES-CTR and chacha20 ciphers and supports a tiny subset of keys and KEXs, but, on the other hand, a decent set of MACs.
It also says that it doesn't use the OpenSSL library. That's the really big news, here. I understand leaving out arcfour/RC4 and IDEA, but why wouldn't MSFT include Blowfish, Twofish, CAST, and 3DES? At least they chose the CTR versions of these ciphers. (Blowfish isn't compromised in any practical way, by the way). I prefer faster and less memory- and CPU-intensive ciphers.
Still, it's a good start. The SSH server is compelling enough to check out especially since I just started using X2GO for remote desktop access which requires an SSH server for its file sharing feature.
It also says that it doesn't use the OpenSSL library. That's the really big news, here. I understand leaving out arcfour/RC4 and IDEA, but why wouldn't MSFT include Blowfish, Twofish, CAST, and 3DES? At least they chose the CTR versions of these ciphers. (Blowfish isn't compromised in any practical way, by the way). I prefer faster and less memory- and CPU-intensive ciphers.
Still, it's a good start. The SSH server is compelling enough to check out especially since I just started using X2GO for remote desktop access which requires an SSH server for its file sharing feature.
It works well, it's been field proven for decades and it doesn't "call home" to Redmond.
After Windows 10 turned out to be one OS-sized piece of spyware, why would any sane person use it for anything?
Time to kick that shit to the curb.
Anyways Linux and BSD both have much better SSH support, without the malware coming bundled with win10.
Windows 10 that may just see the retirement of Putty
I do not see that happening, most people I know who need to access UN*X systems via windows uses putty and hardly ever opens up a "DOS Box (? not sure what it is called now). Anyway putty is a nice tool for people who likes GUI type applications so it will still be around.
BTW, I tried to get a few of them to go to Linux (work allows one to use Linux), but without luck.
Or BSD, of course.
Given an exponential curve, it can only be a few years now.
A crippled version without all the meaningful things that the average complete retard doesnâ(TM)t care about (because heâ(TM)s a retard), like freedom, open source, individual choice, and of course compatibility with what they originally embraced.
Because nobody has told them that they are't the all-powerful monopolist anymore, and so ... gotta still reach for step 2 and 3: extend, and extinguish.
Then how is it 'OpenSSH"? If it isn't using the Open code, it's just SSH, right?
Lifes too busy to think about what you want all the time. I dont care that I cant actually make anything on or program my iPhone X. My job is hard enough. I dont want to think in the little time that I have a choice for myself between 10pm and 1am.
So you are fooled into thinking normal SQL isn't, and/or the MS thing is the real deal.
For the same reason that their media player is just called "media player".
That reason: EEE.
Between removing Telnet and adding SSH.
No thanks.
Where's the source?
Thought so.
If your limiting factor is CPU in your OpenSSH sessions you're doing something very VERY wrong.
https://www.bleepingcomputer.com/news/microsoft/how-to-install-the-built-in-windows-10-openssh-server/
Are the best instructions I found. Also, you'll have to open port 22 in since the installer doesn't open it even if you use Microsoft's own firewall.
Any idea when this is coming to Server 2016?
e.g. it will suck up all your credentials and forward to Microsoft, and if someone manages to prove this from looking at the compressed and encrypted "telemetry data", they will blame it on an accidental programming error.
Every time you push a ban on bump stocks, God creates a mass shooter.
OpenSpyServerHellhole
That works much better and bash.exe and doing a apt-get install openssh gives you the full package
http://saveie6.com/
It took Windows just 10 generations to follow unix!
3DES is actually not secure any more, by the way. A succesful cryptoanalysis has been made for both DES and 3DES.
Wird Powershell oder CMD gestartet?
ssh -X, ssh -R or ssh -L like openssh and putty?
If it does ssh -X natively without xming or whatever your preferred windows X server I will be impressed.
I'm baffled by the insanity of whats been going on in GNU/Linux and Microsoft land. Both camps are behaving bizarrely. While I still don't trust Microsoft it blows my mind that after all these years they've finally adopted a secure replacement for telnet. At the same time it baffles me that Mozilla has begun bundling spyware with its browser. From Pocket and advertising on the main page to Mr. Robot. There are all sorts of things I have to go in and disable these days. It's no longer the case that I can just do a GNU/Linux install and be up and running in 10 minutes on a reasonably privacy friendly system.
Slashdot article: New SWEET32 Crypto Attacks Speed Up Deprecation of 3DES, Blowfish
Bruce Schneier, the creator of Blowfish, long ago suggested people stop using it.
I'm no expert at anything, but I know that's a fact.
Sorry I just had to ;)
OpenSSH for Windows
It must have been something you assimilated. . . .
It is interesting that they left out so many commonly supported algorithms. It could be that they consider every addition to be another risk for a mistake. Or,
Microsoft is big enough to be "in the know" as to which algorithms have been broken and which will be broken. So, the question is, did they include only compromised algorithms or exclude the compromised algorithms. I can imagine business and other reasons for both.
Every time you push a ban on stump cocks, God creates an ass shooter.
See subject: To whom it may concern - the freak I'm replying to has some dumb scheme in impersonating me folks - ignore him.
APK
P.S.=> You're a whackjob freak - no questions asked - this has to be the 10th time you've impersonated me this week alone! apk
I have no such option in Windows 10. Do they mean the Preview Alpha Version without saying so?
Note that the preview alpha version is NOT windows 10. It is the preview alpha version.
Interesting. I make a SFTP Server for Windows, actually the first release was this month. While my classic ftp stuff is still going strong, despite IIS being out for decades. I wonder if their implementation will be complete and what kind of niche space will still be avail. I'm a little worried about MS releasing something that crushes my effort, but in the past, they kind of derp out on these efforts. While the Windows Linux Subsystem is certainly cool, it's also quite crippled and feels quit isolated on the system. Microsoft SSH server installs as a Windows System Service called "SshBroker" and "SshProxy"... you can check your system with "sc query | grep -i ssh" and then the subsequent detail query "sc query sshbroker". I had no idea it was running, until one day I mistyped and typed "ssh devhost" vs "sftp devhost" and it logged in a shell. Was hoping to run console mode programs from it, like my beloved Semware Editor, but no dice. You can execute programs like "explorer" from the command line, there are no errors, but they don't seem to spawn on taskmgr. Looking forward to finding out more about what you can do in Microsoft's SSH Server, my guess is "powershell" and command-line programs (gnu utils work great).
I made this: http://www.bpftpserver.com
And all that in FAST kernel mode!
That's it.
Only if you had a way to prove your identity... Like a GPG signature that you've used since days of yore on all your messages...
APK
P.S.=> this must be driving you crazier than your usual level
How have users of Windows been remotely logging into the system all these years? Please don't tell me through RDP or some of other full blown GUI interface.
They "released" version 0.0.1.0 (October 2016) when they're up to version 0.0.23.0 with a lot more bells and whistles.
The slashdot community has so much bickering in this thread, it's no wonder we still haven't gotten a handle on security. Hardly anyone understands this stuff.