TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Install Win32 OpenSSH test release

49 pointsby mikemaccanaover 9 years ago

9 comments

mortonpeover 9 years ago
This project is _not_ about bringing UNIX to Windows. It is about bringing the open ssh protocol to Windows. As a daily UNIX and Windows user in an enterprise environment, I can say that a fully integrated sshd is a welcomed addition. I have written and maintained many WinRM interop ruby gems and cannot wait until we can deprecate them in favor of a better and sane remote she&#x27;ll implementation. This is a real milestone, keep up the great work.<p>As for Cygwin sshd, it does work if posix is the order of the day but if you need a reliable terminal (for things like powershell) that scales to hundreds of servers and many admins Cygwin simply fails the test. Clunky domain authentication, private key auth is a joke, powershell only works sometimes (thanks PTY), network tokens are non-existent, etc. the list goes on and on.
mikemaccanaover 9 years ago
See also <a href="https:&#x2F;&#x2F;github.com&#x2F;PowerShell&#x2F;Win32-OpenSSH&#x2F;wiki&#x2F;ssh.exe-examples" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;PowerShell&#x2F;Win32-OpenSSH&#x2F;wiki&#x2F;ssh.exe-exa...</a> once you&#x27;ve got it running. To work around a bug, you&#x27;ll currently need to run `powershell -File -`<p>It&#x27;s still way too early to us as a daily driver - lots of small bugs - but nevertheless interesting.
jlgaddisover 9 years ago
So once you&#x27;ve done this and you SSH in to the Windows box, I assume you just end up, basically, in a command window?<p>For example:<p><pre><code> $ ssh username@windows.example.com ... C:\&gt; </code></pre> Is that right?
评论 #10824175 未加载
voltagex_over 9 years ago
Backspace doesn&#x27;t work from a Linux box SSHing into Windows (strange world we live in), but otherwise it&#x27;s great.
评论 #10824187 未加载
评论 #10824166 未加载
评论 #10824335 未加载
0x0over 9 years ago
Interesting that the build instructions refer to Cygwin. It&#x27;s a bit surprising, I&#x27;d have expected something more native. What does this bring to the table that regular Cygwin OpenSSHd couldn&#x27;t do 10 years ago?
评论 #10824254 未加载
zrmover 9 years ago
Feature request: Domain group policy setting for authorized keys. Make some ssh key(s) authorized to logon as some domain user(s) for every machine in the domain.
评论 #10824832 未加载
评论 #10824459 未加载
finidover 9 years ago
You can already install OpenSSH for Windows without bothering with PowerShell. See <a href="http:&#x2F;&#x2F;linuxbsdos.com&#x2F;2015&#x2F;07&#x2F;30&#x2F;how-to-install-openssh-on-windows-10&#x2F;" rel="nofollow">http:&#x2F;&#x2F;linuxbsdos.com&#x2F;2015&#x2F;07&#x2F;30&#x2F;how-to-install-openssh-on-w...</a>
评论 #10824655 未加载
YCOmegaover 9 years ago
Microsoft is going about the whole SSH thing in a very backwards way.<p>If all they did was make or back an official POSIX environment, all of this comes for free.<p>Insisting that PowerShell be the focal point for all these changes is just bizarre.<p>Just install msys2.
评论 #10824468 未加载
评论 #10824375 未加载
评论 #10824893 未加载
评论 #10824471 未加载
评论 #10824767 未加载
评论 #10824418 未加载
评论 #10824901 未加载
jamiesonbeckerover 9 years ago
This is great news. @ Userify[1], we&#x27;re looking forward to porting our shim to PowerShell asap.<p>1. <a href="https:&#x2F;&#x2F;userify.com" rel="nofollow">https:&#x2F;&#x2F;userify.com</a>