← Back to context

Comment by romanovcode

8 years ago

Wow, took them what, 20 years?

But nevertheless I'm happy. Great job

Took them? Why should Windows come with an SSH client?

  • I don't work for Microsoft, but my guess would be in order to securely access a shell. (Remotely, but srsh doesn't roll off the tongue)

    Honestly though, I'm more interested in an SSH server for Windows. I haven't tried for many years, but last time I did, getting something more secure than telnet was a massive pain.

    • Why? If you're on Windows and managing Windows, you just use WinRM for a PowerShell session. Even then, though, most of the tools support RPC so your tools already communicate with remote systems.

      "No SSH" doesn't mean "no remote management capability." SSH hasn't been available because you don't need it unless you need to manage a Linux system or a network device. The only reason it's being introduced now is because people like to use git, and git fucking sucks if you're not in a POSIX environment.

      1 reply →

  • For the same reason Windows came with a telnet client?

    • This.

      Every router for the past 10 years has shipped with an SSH client. If you wanted to login to it securely from a Windows box, you had to download Putty first, or enable some janky self-signed web interface.

  • From the article:

    > For years, Apple MacBooks have been the go-to choice for many admins partly because getting to a ssh shell is so easy.