Stories
Slash Boxes
Comments

SoylentNews is people

posted by cmn32480 on Thursday June 04 2015, @02:41PM   Printer-friendly
from the we-will-still-use-putty dept.

SSH, or secure shell, is the mainstay of remote access and administration in the Linux world, and the lack of any straightforward equivalent has always been an awkward feature of the Windows world. While there are various third-party options, Windows lacks both a native SSH client, for connecting to Linux machines, and it lacks an SSH server, to support inbound connections from Linux machines.

The PowerShell team announced that this is going to change: Microsoft is going to work with and contribute to OpenSSH, the de facto standard SSH implementation in the Unix world, to bring its SSH client and server to Windows.

Article at Ars Technica

Possible plot twist: Is this newfound support for the SSH protocol and the OpenSSH project actually a new "in" for the NSA to sneak a new backdoor into the protocol?


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 3, Interesting) by ikanreed on Thursday June 04 2015, @03:23PM

    by ikanreed (3164) Subscriber Badge on Thursday June 04 2015, @03:23PM (#192104) Journal

    The main advantage here would be that power shell can run as a host or server for an ssh client.

    It makes remote administration of windows machines less of a GUI based clusterfuck, and most large (windows based) IT departments have some sort of powershell script deployment system to act as a painfully kludgey replication of SSH.

    Starting Score:    1  point
    Moderation   +1  
       Interesting=1, Total=1
    Extra 'Interesting' Modifier   0  
    Karma-Bonus Modifier   +1  

    Total Score:   3  
  • (Score: 3, Insightful) by Nerdfest on Thursday June 04 2015, @03:27PM

    by Nerdfest (80) on Thursday June 04 2015, @03:27PM (#192109)

    It will be handy, but I'll still be waiting for the "extend and extinguish" steps, although the 'extinguish' is not really possible.

    • (Score: 2) by ikanreed on Thursday June 04 2015, @04:04PM

      by ikanreed (3164) Subscriber Badge on Thursday June 04 2015, @04:04PM (#192134) Journal

      Yeah, and you people have been saying that about mono since, what now? 2004?

      Not every open foray by microsoft is intended to eliminate things. Especially since they're not the monopoly they once were.

      • (Score: 2, Insightful) by stormreaver on Thursday June 04 2015, @06:00PM

        by stormreaver (5101) on Thursday June 04 2015, @06:00PM (#192198)

        Yeah, and you people have been saying that about mono since, what now? 2004?

        J++ was Microsoft's EEE attempt, and it failed.
        Dot Net was Microsoft's reaction to J++ failing to EEE.
        Mono was was/is a misguided 3rd party trap that has failed to serve Microsoft (so far).

        • (Score: 2) by ikanreed on Thursday June 04 2015, @06:07PM

          by ikanreed (3164) Subscriber Badge on Thursday June 04 2015, @06:07PM (#192202) Journal

          Mono isn't in widespread corporate use, but it's in plenty of places, servicing it's niche well.

          It's been 11 years, and mono has some real market share in places like Unity. You're paranoid.

          • (Score: 0) by Anonymous Coward on Thursday June 04 2015, @06:18PM

            by Anonymous Coward on Thursday June 04 2015, @06:18PM (#192210)

            I agree, but it's not because you're paranoid that they're not out to get you...

          • (Score: 0) by Anonymous Coward on Friday June 05 2015, @10:01AM

            by Anonymous Coward on Friday June 05 2015, @10:01AM (#192438)

            Paranoid people think someone is out to get them specifically. People informed of history tend to recognize that certain things or organizations are prone to corruption and abuses of power. This is not the same as paranoia.

            • (Score: 2) by ikanreed on Friday June 05 2015, @01:59PM

              by ikanreed (3164) Subscriber Badge on Friday June 05 2015, @01:59PM (#192531) Journal

              Thanks, but it was a colloquial description of unjustified anxieties on the internet, not a clinical diagnosis of a recurring condition.

          • (Score: 1) by stormreaver on Monday June 08 2015, @11:40AM

            by stormreaver (5101) on Monday June 08 2015, @11:40AM (#193607)

            It's been 11 years, and mono has some real market share in places like Unity. You're paranoid.

            Those who fail to learn the lessons of history are doomed to repeat them. You have just given me a very powerful reason to not use Ubuntu.

  • (Score: 3, Touché) by frojack on Thursday June 04 2015, @06:09PM

    by frojack (1554) on Thursday June 04 2015, @06:09PM (#192204) Journal

    he main advantage here would be that power shell can run as a host or server for an ssh client.

    This!

    Having ssh access TO a windows machine isn't good for very much.

    Having some sort of a valid/native shell for the ssh to connect to opens a lot of possibilities.

    --
    No, you are mistaken. I've always had this sig.
    • (Score: 1) by TWX on Thursday June 04 2015, @08:37PM

      by TWX (5124) on Thursday June 04 2015, @08:37PM (#192260)

      I've been using a version of SSH that was ported to be able to run from a Microsoft command prompt window, but it's not a perfect port as it gets very angry about the lack of conventional UNIX paths. It doesn't store any key information properly, for example. I would like that fixed; the bulk of what I use a computer for uses SSH and Linux isn't as happy on tablet-convertible laptops as I wish it was.

      --
      IBM had PL/1, with syntax worse than JOSS...
      and everywhere the language went, it was a total loss.
  • (Score: 2) by turgid on Thursday June 04 2015, @07:40PM

    by turgid (4318) Subscriber Badge on Thursday June 04 2015, @07:40PM (#192239) Journal

    I thought you could put Cygwin on a Windows box and use it remotely like a real computer? It's been a few years since I had to use Windows for real work, but I put Cygwin on and could do some things with it, like run my bash scripts. Have I misremembered, or can you run the ssh server under Cygwin?

    • (Score: 2) by jimshatt on Thursday June 04 2015, @08:01PM

      by jimshatt (978) on Thursday June 04 2015, @08:01PM (#192249) Journal
      You haven't misremembered. I don't think IT departments will want to install Cygwin on every machine they want to remotely administrate, but it's possible. Since PowerShell is becoming the standard tool to do scripting and administrative tasks on Windows, this is the better alternative. You can already remotely enter a session or run a block of script on a remote machine, but the communication protocol isn't based on SSH. When SSH is implemented you could probably connect to a remote PowerShell from a Linux machine, and vice versa.